#70ba1b

Color #70BA1B Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #70BA1B

Tints of Christi #70BA1B

Color information

#70BA1B (or 0x70BA1B) is unknown color: approx Christi. HEX triplet: 70, BA and 1B. RGB value is (112,186,27). Sum of RGB (Red+Green+Blue) = 112+186+27=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA1B is #8F45E4. Grayscale: #929292. Windows color (decimal): -9389541 or 1817200. OLE color: 1817200.

HSL color Cylindrical-coordinate representation of color #70BA1B: hue angle of 87.92º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70BA1B is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB11218627-
CMYK0.4000.850.27
HSL87.92º74.65%41.76%-
HSV(B)87.92º85.48%72.94%-
XYZ24.4438.647.21-
YUV145.7560.98103.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 186 (73.05% from 255) = 57.23%
BLUE value IS 27 (10.94% from 255) = 8.31%
R=34.46%
G=57.23%
B=8.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112186270.4000.850.2787.9274.6541.76
Hex70BA1B280551B584b2a
Octal160272335001253313011352
Binary11100001011101011011101000010101011101110110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ba1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70ba1b; }

 p { color: rgb(112,186,27); }

 H1.HeaderClassName
 {
   color: #70ba1b;
 }
 .AnyTagClassName
 {
   color: #70ba1b;
 }
</style>
background-color css

<style>
 a { background-color: #70ba1b; }

 a { background-color: rgb(112,186,27); }

 div.DivClassName
 {
   background-color: #70ba1b;
 }
 .BgClassName
 {
   background-color: #70ba1b;
 }
</style>
border-color css

<style>
 span { border-color: #70ba1b; }

 span { border-color: rgb(112,186,27); }

 td.TdClassName
 {
   border-color: #70ba1b;
 }
 .TagClassName
 {
   border-color: #70ba1b;
 }
</style>