#728B09

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

Shades of Olive #728B09

Tints of Olive #728B09

Color information

#728B09 (or 0x728B09) is unknown color: approx Olive. HEX triplet: 72, 8B and 09. RGB value is (114,139,9). Sum of RGB (Red+Green+Blue) = 114+139+9=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #728B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728B09 is #8D74F6. Grayscale: #757575. Windows color (decimal): -9270519 or 625522. OLE color: 625522.

HSL color Cylindrical-coordinate representation of color #728B09: hue angle of 71.54º degrees, saturation: 0.88, 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 #728B09 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1141399-
CMYK0.1800.940.45
HSL71.54º87.84%29.02%-
HSV(B)71.54º93.53%54.51%-
XYZ16.2222.063.66-
YUV116.767.22126.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 139 (54.69% from 255) = 53.05%
BLUE value IS 9 (3.91% from 255) = 3.44%
R=43.51%
G=53.05%
B=3.44%

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
Decimal11413990.1800.940.4571.5487.8429.02
Hex728B91205E2D48581d
Octal162213112201365511013035
Binary111001010001011100110010010111101011011001000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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