Html Css Color HEX #709B0B Christi

📋 copy color: '#709B0B'

red 112 ◦ green 155 ◦ blue 11

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

Shades of Christi #709B0B

Tints of Christi #709B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 40.29%
G = 55.76%
B = 3.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#709B0B (or 0x709B0B) is known color: Christi. HEX triplet: 70, 9B and 0B. RGB value is (112,155,11). Sum of RGB (Red+Green+Blue) = 112+155+11=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #709B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B0B is #8F64F4. Grayscale: #7E7E7E. Windows color (decimal): -9397493 or 760688. OLE color: 760688.

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

Color convert

RGB 112 155 11 -
CMYK 0.28 0 0.93 0.39
HSL 77.92º 0.87% 0.33% -
HSV(B) 77.92º 0.93% 0.61% -
XYZ 18.46 26.91 4.54 -
YUV 125.73 63.25 118.21 -
System Red Green Blue C M Y K H S L
Decimal 112 155 11 0.28 0 0.93 0.39 77.92 0.87 0.33
Hex 70 9B B 1C 0 5D 27 4E 57 21
Octal 160 233 13 34 0 135 47 116 127 41
Binary 1110000 10011011 1011 11100 0 1011101 100111 1001110 1010111 100001

Color Harmonies of #709B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B0B

Black with #709B0B

Text Example


Text Example

White with #709B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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