Html Css Color HEX #709B0E Christi

📋 copy color: '#709B0E'

red 112 ◦ green 155 ◦ blue 14

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

Shades of Christi #709B0E

Tints of Christi #709B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 55.16%

 BLUE value IS 14 (5.86% from 255) = 4.98%

R = 39.86%
G = 55.16%
B = 4.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#709B0E (or 0x709B0E) is known color: Christi. HEX triplet: 70, 9B and 0E. RGB value is (112,155,14). Sum of RGB (Red+Green+Blue) = 112+155+14=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #709B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B0E is #8F64F1. Grayscale: #7E7E7E. Windows color (decimal): -9397490 or 957296. OLE color: 957296.

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

Color convert

RGB 112 155 14 -
CMYK 0.28 0 0.91 0.39
HSL 78.3º 0.83% 0.33% -
HSV(B) 78.3º 0.91% 0.61% -
XYZ 18.48 26.92 4.64 -
YUV 126.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 112 155 14 0.28 0 0.91 0.39 78.3 0.83 0.33
Hex 70 9B E 1C 0 5B 27 4E 53 21
Octal 160 233 16 34 0 133 47 116 123 41
Binary 1110000 10011011 1110 11100 0 1011011 100111 1001110 1010011 100001

Color Harmonies of #709B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B0E

Black with #709B0E

Text Example


Text Example

White with #709B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,155,14); }

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

background-color css

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

 a { background-color: rgb(112,155,14); }

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

border-color css

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

 span { border-color: rgb(112,155,14); }

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