Html Css Color HEX #70A809 Christi

📋 copy color: '#70A809'

red 112 ◦ green 168 ◦ blue 9

#70A809
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #70A809

Tints of Christi #70A809

RGB

 RED value IS 112 (44.14% from 255) = 38.75%

 GREEN value IS 168 (66.02% from 255) = 58.13%

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 38.75%
G = 58.13%
B = 3.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#70A809 (or 0x70A809) is known color: Christi. HEX triplet: 70, A8 and 09. RGB value is (112,168,9). Sum of RGB (Red+Green+Blue) = 112+168+9=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #70A809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A809 is #8F57F6. Grayscale: #858585. Windows color (decimal): -9394167 or 632944. OLE color: 632944.

HSL color Cylindrical-coordinate representation of color #70A809: hue angle of 81.13º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70A809 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 168 9 -
CMYK 0.33 0 0.95 0.34
HSL 81.13º 0.9% 0.35% -
HSV(B) 81.13º 0.95% 0.66% -
XYZ 20.73 31.47 5.24 -
YUV 133.13 57.95 112.93 -
System Red Green Blue C M Y K H S L
Decimal 112 168 9 0.33 0 0.95 0.34 81.13 0.9 0.35
Hex 70 A8 9 21 0 5F 22 51 5A 23
Octal 160 250 11 41 0 137 42 121 132 43
Binary 1110000 10101000 1001 100001 0 1011111 100010 1010001 1011010 100011

Color Harmonies of #70A809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A809

Black with #70A809

Text Example


Text Example

White with #70A809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,168,9); }

 H1.HeaderClassName
 {
   color: #70A809;
 }
 .AnyTagClassName
 {
   color: #70A809;
 }
</style>

background-color css

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

 a { background-color: rgb(112,168,9); }

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

border-color css

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

 span { border-color: rgb(112,168,9); }

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