Html Css Color HEX #709F13 Christi

📋 copy color: '#709F13'

red 112 ◦ green 159 ◦ blue 19

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

Shades of Christi #709F13

Tints of Christi #709F13

RGB

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

 GREEN value IS 159 (62.5% from 255) = 54.83%

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

R = 38.62%
G = 54.83%
B = 6.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#709F13 (or 0x709F13) is known color: Christi. HEX triplet: 70, 9F and 13. RGB value is (112,159,19). Sum of RGB (Red+Green+Blue) = 112+159+19=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #709F13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709F13 is #8F60EC. Grayscale: #818181. Windows color (decimal): -9396461 or 1286000. OLE color: 1286000.

HSL color Cylindrical-coordinate representation of color #709F13: hue angle of 80.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #709F13 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 19 -
CMYK 0.30 0 0.88 0.38
HSL 80.14º 0.79% 0.35% -
HSV(B) 80.14º 0.88% 0.62% -
XYZ 19.2 28.29 5.06 -
YUV 128.99 65.93 115.88 -
System Red Green Blue C M Y K H S L
Decimal 112 159 19 0.30 0 0.88 0.38 80.14 0.79 0.35
Hex 70 9F 13 1E 0 58 26 50 4F 23
Octal 160 237 23 36 0 130 46 120 117 43
Binary 1110000 10011111 10011 11110 0 1011000 100110 1010000 1001111 100011

Color Harmonies of #709F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F13

Black with #709F13

Text Example


Text Example

White with #709F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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