Html Css Color HEX #709E0A Christi

📋 copy color: '#709E0A'

red 112 ◦ green 158 ◦ blue 10

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

Shades of Christi #709E0A

Tints of Christi #709E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 40%
G = 56.43%
B = 3.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#709E0A (or 0x709E0A) is known color: Christi. HEX triplet: 70, 9E and 0A. RGB value is (112,158,10). Sum of RGB (Red+Green+Blue) = 112+158+10=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 158 (62.11% from 255 or 56.43% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 158 - color contains mainly: green. Hex color #709E0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709E0A is #8F61F5. Grayscale: #7F7F7F. Windows color (decimal): -9396726 or 695920. OLE color: 695920.

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

Color convert

RGB 112 158 10 -
CMYK 0.29 0 0.94 0.38
HSL 78.65º 0.88% 0.33% -
HSV(B) 78.65º 0.94% 0.62% -
XYZ 18.96 27.92 4.68 -
YUV 127.37 61.76 117.03 -
System Red Green Blue C M Y K H S L
Decimal 112 158 10 0.29 0 0.94 0.38 78.65 0.88 0.33
Hex 70 9E A 1D 0 5E 26 4F 58 21
Octal 160 236 12 35 0 136 46 117 130 41
Binary 1110000 10011110 1010 11101 0 1011110 100110 1001111 1011000 100001

Color Harmonies of #709E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709E0A

Black with #709E0A

Text Example


Text Example

White with #709E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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