#728B00

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

Shades of Olive #728B00

Tints of Olive #728B00

Color information

#728B00 (or 0x728B00) is unknown color: approx Olive. HEX triplet: 72, 8B and 00. RGB value is (114,139,0). Sum of RGB (Red+Green+Blue) = 114+139+0=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #728B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728B00 is #8D74FF. Grayscale: #747474. Windows color (decimal): -9270528 or 35698. OLE color: 35698.

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

Color convert

RGB1141390-
CMYK0.18010.45
HSL70.79º100%27.25%-
HSV(B)70.79º100%54.51%-
XYZ16.1722.043.4-
YUV115.6862.72126.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 139 (54.69% from 255) = 54.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.06%
G=54.94%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11413900.18010.4570.7910027.25
Hex728B0120642D47641b
Octal16221302201445510714433
Binary111001010001011010010011001001011011000111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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