Html Css Color HEX #709B0F Christi

📋 copy color: '#709B0F'

red 112 ◦ green 155 ◦ blue 15

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

Shades of Christi #709B0F

Tints of Christi #709B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 39.72%
G = 54.96%
B = 5.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#709B0F (or 0x709B0F) is known color: Christi. HEX triplet: 70, 9B and 0F. RGB value is (112,155,15). Sum of RGB (Red+Green+Blue) = 112+155+15=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #709B0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B0F is #8F64F0. Grayscale: #7E7E7E. Windows color (decimal): -9397489 or 1022832. OLE color: 1022832.

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

Color convert

RGB 112 155 15 -
CMYK 0.28 0 0.90 0.39
HSL 78.43º 0.82% 0.33% -
HSV(B) 78.43º 0.9% 0.61% -
XYZ 18.49 26.92 4.67 -
YUV 126.18 65.25 117.88 -
System Red Green Blue C M Y K H S L
Decimal 112 155 15 0.28 0 0.90 0.39 78.43 0.82 0.33
Hex 70 9B F 1C 0 5A 27 4E 52 21
Octal 160 233 17 34 0 132 47 116 122 41
Binary 1110000 10011011 1111 11100 0 1011010 100111 1001110 1010010 100001

Color Harmonies of #709B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B0F

Black with #709B0F

Text Example


Text Example

White with #709B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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