Html Css Color HEX #708803 Olive

📋 copy color: '#708803'

red 112 ◦ green 136 ◦ blue 3

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

Shades of Olive #708803

Tints of Olive #708803

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 44.62%
G = 54.18%
B = 1.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#708803 (or 0x708803) is known color: Olive. HEX triplet: 70, 88 and 03. RGB value is (112,136,3). Sum of RGB (Red+Green+Blue) = 112+136+3=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #708803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708803 is #8F77FC. Grayscale: #727272. Windows color (decimal): -9402365 or 231536. OLE color: 231536.

HSL color Cylindrical-coordinate representation of color #708803: hue angle of 70.83º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #708803 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 3 -
CMYK 0.18 0 0.98 0.47
HSL 70.83º 0.96% 0.27% -
HSV(B) 70.83º 0.98% 0.53% -
XYZ 15.5 21.06 3.33 -
YUV 113.66 65.55 126.81 -
System Red Green Blue C M Y K H S L
Decimal 112 136 3 0.18 0 0.98 0.47 70.83 0.96 0.27
Hex 70 88 3 12 0 62 2F 47 60 1B
Octal 160 210 3 22 0 142 57 107 140 33
Binary 1110000 10001000 11 10010 0 1100010 101111 1000111 1100000 11011

Color Harmonies of #708803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708803

Black with #708803

Text Example


Text Example

White with #708803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708803; }

 p { color: rgb(112,136,3); }

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

background-color css

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

 a { background-color: rgb(112,136,3); }

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

border-color css

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

 span { border-color: rgb(112,136,3); }

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