Html Css Color HEX #709D1C Christi

📋 copy color: '#709D1C'

red 112 ◦ green 157 ◦ blue 28

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

Shades of Christi #709D1C

Tints of Christi #709D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.86%

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 37.71%
G = 52.86%
B = 9.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#709D1C (or 0x709D1C) is known color: Christi. HEX triplet: 70, 9D and 1C. RGB value is (112,157,28). Sum of RGB (Red+Green+Blue) = 112+157+28=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #709D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709D1C is #8F62E3. Grayscale: #818181. Windows color (decimal): -9396964 or 1875312. OLE color: 1875312.

HSL color Cylindrical-coordinate representation of color #709D1C: hue angle of 80.93º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #709D1C is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 28 -
CMYK 0.29 0 0.82 0.38
HSL 80.93º 0.7% 0.36% -
HSV(B) 80.93º 0.82% 0.62% -
XYZ 18.95 27.64 5.44 -
YUV 128.84 71.09 115.99 -
System Red Green Blue C M Y K H S L
Decimal 112 157 28 0.29 0 0.82 0.38 80.93 0.7 0.36
Hex 70 9D 1C 1D 0 52 26 51 46 24
Octal 160 235 34 35 0 122 46 121 106 44
Binary 1110000 10011101 11100 11101 0 1010010 100110 1010001 1000110 100100

Color Harmonies of #709D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D1C

Black with #709D1C

Text Example


Text Example

White with #709D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,157,28); }

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

background-color css

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

 a { background-color: rgb(112,157,28); }

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

border-color css

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

 span { border-color: rgb(112,157,28); }

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