#728B08

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

Shades of Olive #728B08

Tints of Olive #728B08

Color information

#728B08 (or 0x728B08) is unknown color: approx Olive. HEX triplet: 72, 8B and 08. RGB value is (114,139,8). Sum of RGB (Red+Green+Blue) = 114+139+8=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #728B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728B08 is #8D74F7. Grayscale: #757575. Windows color (decimal): -9270520 or 559986. OLE color: 559986.

HSL color Cylindrical-coordinate representation of color #728B08: hue angle of 71.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #728B08 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1141398-
CMYK0.1800.940.45
HSL71.45º89.12%28.82%-
HSV(B)71.45º94.24%54.51%-
XYZ16.2222.063.63-
YUV116.5966.72126.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 139 (54.69% from 255) = 53.26%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=43.68%
G=53.26%
B=3.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11413980.1800.940.4571.4589.1228.82
Hex728B81205E2D47591d
Octal162213102201365510713135
Binary111001010001011100010010010111101011011000111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,139,8); }

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

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

 a { background-color: rgb(114,139,8); }

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

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

 span { border-color: rgb(114,139,8); }

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