Html Css Color HEX #709C14 Christi

📋 copy color: '#709C14'

red 112 ◦ green 156 ◦ blue 20

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

Shades of Christi #709C14

Tints of Christi #709C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.17%

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 38.89%
G = 54.17%
B = 6.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#709C14 (or 0x709C14) is known color: Christi. HEX triplet: 70, 9C and 14. RGB value is (112,156,20). Sum of RGB (Red+Green+Blue) = 112+156+20=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #709C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709C14 is #8F63EB. Grayscale: #7F7F7F. Windows color (decimal): -9397228 or 1350768. OLE color: 1350768.

HSL color Cylindrical-coordinate representation of color #709C14: hue angle of 79.41º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #709C14 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 156 20 -
CMYK 0.28 0 0.87 0.39
HSL 79.41º 0.77% 0.35% -
HSV(B) 79.41º 0.87% 0.61% -
XYZ 18.7 27.27 4.94 -
YUV 127.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 112 156 20 0.28 0 0.87 0.39 79.41 0.77 0.35
Hex 70 9C 14 1C 0 57 27 4F 4D 23
Octal 160 234 24 34 0 127 47 117 115 43
Binary 1110000 10011100 10100 11100 0 1010111 100111 1001111 1001101 100011

Color Harmonies of #709C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C14

Black with #709C14

Text Example


Text Example

White with #709C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,156,20); }

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

background-color css

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

 a { background-color: rgb(112,156,20); }

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

border-color css

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

 span { border-color: rgb(112,156,20); }

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