#728E01

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

Shades of Olive #728E01

Tints of Olive #728E01

Color information

#728E01 (or 0x728E01) is unknown color: approx Olive. HEX triplet: 72, 8E and 01. RGB value is (114,142,1). Sum of RGB (Red+Green+Blue) = 114+142+1=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #728E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728E01 is #8D71FE. Grayscale: #767676. Windows color (decimal): -9269759 or 102002. OLE color: 102002.

HSL color Cylindrical-coordinate representation of color #728E01: hue angle of 71.91º 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 #728E01 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1141421-
CMYK0.2000.990.44
HSL71.91º98.6%28.04%-
HSV(B)71.91º99.3%55.69%-
XYZ16.6222.933.58-
YUV117.5562.22125.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 142 (55.86% from 255) = 55.25%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=44.36%
G=55.25%
B=0.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11414210.2000.990.4471.9198.628.04
Hex728E1140632C48631c
Octal16221612401435411014334
Binary111001010001110110100011000111011001001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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