#708D03

Color #708D03 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #708D03

Tints of Olive #708D03

Color information

#708D03 (or 0x708D03) is unknown color: approx Olive. HEX triplet: 70, 8D and 03. RGB value is (112,141,3). Sum of RGB (Red+Green+Blue) = 112+141+3=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #708D03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708D03 is #8F72FC. Grayscale: #757575. Windows color (decimal): -9401085 or 232816. OLE color: 232816.

HSL color Cylindrical-coordinate representation of color #708D03: hue angle of 72.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #708D03 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB1121413-
CMYK0.2100.980.45
HSL72.61º95.83%28.24%-
HSV(B)72.61º97.87%55.29%-
XYZ16.2222.53.57-
YUV116.663.89124.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 141 (55.47% from 255) = 55.08%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=43.75%
G=55.08%
B=1.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11214130.2100.980.4572.6195.8328.24
Hex708D3150622D49601c
Octal16021532501425511114034
Binary1110000100011011110101011000101011011001001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708D03; }

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

 H1.HeaderClassName
 {
   color: #708D03;
 }
 .AnyTagClassName
 {
   color: #708D03;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #708D03;
 }
 .BgClassName
 {
   background-color: #708D03;
 }
</style>
border-color css

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

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

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