Html Css Color HEX #708707 Olive

📋 copy color: '#708707'

red 112 ◦ green 135 ◦ blue 7

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

Shades of Olive #708707

Tints of Olive #708707

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.15%

 BLUE value IS 7 (3.13% from 255) = 2.76%

R = 44.09%
G = 53.15%
B = 2.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#708707 (or 0x708707) is known color: Olive. HEX triplet: 70, 87 and 07. RGB value is (112,135,7). Sum of RGB (Red+Green+Blue) = 112+135+7=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #708707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708707 is #8F78F8. Grayscale: #727272. Windows color (decimal): -9402617 or 493424. OLE color: 493424.

HSL color Cylindrical-coordinate representation of color #708707: hue angle of 70.78º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #708707 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 7 -
CMYK 0.17 0 0.95 0.47
HSL 70.78º 0.9% 0.28% -
HSV(B) 70.78º 0.95% 0.53% -
XYZ 15.38 20.79 3.4 -
YUV 113.53 67.88 126.91 -
System Red Green Blue C M Y K H S L
Decimal 112 135 7 0.17 0 0.95 0.47 70.78 0.9 0.28
Hex 70 87 7 11 0 5F 2F 47 5A 1C
Octal 160 207 7 21 0 137 57 107 132 34
Binary 1110000 10000111 111 10001 0 1011111 101111 1000111 1011010 11100

Color Harmonies of #708707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708707

Black with #708707

Text Example


Text Example

White with #708707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708707; }

 p { color: rgb(112,135,7); }

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

background-color css

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

 a { background-color: rgb(112,135,7); }

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

border-color css

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

 span { border-color: rgb(112,135,7); }

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