Html Css Color HEX #709E1C Christi

📋 copy color: '#709E1C'

red 112 ◦ green 158 ◦ blue 28

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

Shades of Christi #709E1C

Tints of Christi #709E1C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 53.02%

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

R = 37.58%
G = 53.02%
B = 9.4%

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

#709E1C (or 0x709E1C) is known color: Christi. HEX triplet: 70, 9E and 1C. RGB value is (112,158,28). Sum of RGB (Red+Green+Blue) = 112+158+28=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 158 (62.11% from 255 or 53.02% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 158 - color contains mainly: green. Hex color #709E1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709E1C is #8F61E3. Grayscale: #818181. Windows color (decimal): -9396708 or 1875568. OLE color: 1875568.

HSL color Cylindrical-coordinate representation of color #709E1C: hue angle of 81.23º 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 #709E1C is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 158 28 -
CMYK 0.29 0 0.82 0.38
HSL 81.23º 0.7% 0.36% -
HSV(B) 81.23º 0.82% 0.62% -
XYZ 19.12 27.98 5.49 -
YUV 129.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 112 158 28 0.29 0 0.82 0.38 81.23 0.7 0.36
Hex 70 9E 1C 1D 0 52 26 51 46 24
Octal 160 236 34 35 0 122 46 121 106 44
Binary 1110000 10011110 11100 11101 0 1010010 100110 1010001 1000110 100100

Color Harmonies of #709E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709E1C

Black with #709E1C

Text Example


Text Example

White with #709E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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