Html Css Color HEX #708900 Olive

📋 copy color: '#708900'

red 112 ◦ green 137 ◦ blue 0

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

Shades of Olive #708900

Tints of Olive #708900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.98%
G = 55.02%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#708900 (or 0x708900) is known color: Olive. HEX triplet: 70, 89 and 00. RGB value is (112,137,0). Sum of RGB (Red+Green+Blue) = 112+137+0=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #708900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708900 is #8F76FF. Grayscale: #727272. Windows color (decimal): -9402112 or 35184. OLE color: 35184.

HSL color Cylindrical-coordinate representation of color #708900: hue angle of 70.95º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #708900 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 0 -
CMYK 0.18 0 1 0.46
HSL 70.95º 1% 0.27% -
HSV(B) 70.95º 1% 0.54% -
XYZ 15.63 21.34 3.29 -
YUV 113.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 112 137 0 0.18 0 1 0.46 70.95 1 0.27
Hex 70 89 0 12 0 64 2E 47 64 1B
Octal 160 211 0 22 0 144 56 107 144 33
Binary 1110000 10001001 0 10010 0 1100100 101110 1000111 1100100 11011

Color Harmonies of #708900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708900

Black with #708900

Text Example


Text Example

White with #708900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708900; }

 p { color: rgb(112,137,0); }

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

background-color css

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

 a { background-color: rgb(112,137,0); }

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

border-color css

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

 span { border-color: rgb(112,137,0); }

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