#72861A

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

Shades of Olive Drab #72861A

Tints of Olive Drab #72861A

Color information

#72861A (or 0x72861A) is unknown color: approx Olive Drab. HEX triplet: 72, 86 and 1A. RGB value is (114,134,26). Sum of RGB (Red+Green+Blue) = 114+134+26=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #72861A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72861A is #8D79E5. Grayscale: #747474. Windows color (decimal): -9271782 or 1738354. OLE color: 1738354.

HSL color Cylindrical-coordinate representation of color #72861A: hue angle of 71.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72861A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB11413426-
CMYK0.1500.810.47
HSL71.11º67.5%31.37%-
HSV(B)71.11º80.6%52.55%-
XYZ15.6520.74.15-
YUV115.7177.37126.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=41.61%
G=48.91%
B=9.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134260.1500.810.4771.1167.531.37
Hex72861AF0512F47441f
Octal162206321701215710710437
Binary111001010000110110101111010100011011111000111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72861A; }

 p { color: rgb(114,134,26); }

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

<style>
 a { background-color: #72861A; }

 a { background-color: rgb(114,134,26); }

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

<style>
 span { border-color: #72861A; }

 span { border-color: rgb(114,134,26); }

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