#708E01

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

Shades of Olive #708E01

Tints of Olive #708E01

Color information

#708E01 (or 0x708E01) is unknown color: approx Olive. HEX triplet: 70, 8E and 01. RGB value is (112,142,1). Sum of RGB (Red+Green+Blue) = 112+142+1=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #708E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708E01 is #8F71FE. Grayscale: #757575. Windows color (decimal): -9400831 or 102000. OLE color: 102000.

HSL color Cylindrical-coordinate representation of color #708E01: hue angle of 72.77º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #708E01 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1121421-
CMYK0.2100.990.44
HSL72.77º98.6%28.04%-
HSV(B)72.77º99.3%55.69%-
XYZ16.3622.793.57-
YUV116.9662.56124.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 142 (55.86% from 255) = 55.69%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=43.92%
G=55.69%
B=0.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11214210.2100.990.4472.7798.628.04
Hex708E1150632C49631c
Octal16021612501435411114334
Binary111000010001110110101011000111011001001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,142,1); }

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

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

 a { background-color: rgb(112,142,1); }

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

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

 span { border-color: rgb(112,142,1); }

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