Html Css Color HEX #709A13 Christi

📋 copy color: '#709A13'

red 112 ◦ green 154 ◦ blue 19

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

Shades of Christi #709A13

Tints of Christi #709A13

RGB

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

 GREEN value IS 154 (60.55% from 255) = 54.04%

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 39.3%
G = 54.04%
B = 6.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#709A13 (or 0x709A13) is known color: Christi. HEX triplet: 70, 9A and 13. RGB value is (112,154,19). Sum of RGB (Red+Green+Blue) = 112+154+19=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #709A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709A13 is #8F65EC. Grayscale: #7E7E7E. Windows color (decimal): -9397741 or 1284720. OLE color: 1284720.

HSL color Cylindrical-coordinate representation of color #709A13: hue angle of 78.67º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #709A13 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 19 -
CMYK 0.27 0 0.88 0.40
HSL 78.67º 0.78% 0.34% -
HSV(B) 78.67º 0.88% 0.6% -
XYZ 18.36 26.6 4.78 -
YUV 126.05 67.59 117.98 -
System Red Green Blue C M Y K H S L
Decimal 112 154 19 0.27 0 0.88 0.40 78.67 0.78 0.34
Hex 70 9A 13 1B 0 58 28 4F 4E 22
Octal 160 232 23 33 0 130 50 117 116 42
Binary 1110000 10011010 10011 11011 0 1011000 101000 1001111 1001110 100010

Color Harmonies of #709A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A13

Black with #709A13

Text Example


Text Example

White with #709A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709A13; }

 p { color: rgb(112,154,19); }

 H1.HeaderClassName
 {
   color: #709A13;
 }
 .AnyTagClassName
 {
   color: #709A13;
 }
</style>

background-color css

<style>
 a { background-color: #709A13; }

 a { background-color: rgb(112,154,19); }

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

border-color css

<style>
 span { border-color: #709A13; }

 span { border-color: rgb(112,154,19); }

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