Html Css Color HEX #709E1E Christi

📋 copy color: '#709E1E'

red 112 ◦ green 158 ◦ blue 30

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

Shades of Christi #709E1E

Tints of Christi #709E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10%

R = 37.33%
G = 52.67%
B = 10%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#709E1E (or 0x709E1E) is known color: Christi. HEX triplet: 70, 9E and 1E. RGB value is (112,158,30). Sum of RGB (Red+Green+Blue) = 112+158+30=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #709E1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709E1E is #8F61E1. Grayscale: #828282. Windows color (decimal): -9396706 or 2006640. OLE color: 2006640.

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

Color convert

RGB 112 158 30 -
CMYK 0.29 0 0.81 0.38
HSL 81.56º 0.68% 0.37% -
HSV(B) 81.56º 0.81% 0.62% -
XYZ 19.14 27.99 5.62 -
YUV 129.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 112 158 30 0.29 0 0.81 0.38 81.56 0.68 0.37
Hex 70 9E 1E 1D 0 51 26 52 44 25
Octal 160 236 36 35 0 121 46 122 104 45
Binary 1110000 10011110 11110 11101 0 1010001 100110 1010010 1000100 100101

Color Harmonies of #709E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709E1E

Black with #709E1E

Text Example


Text Example

White with #709E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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