#727218

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

Shades of Olivetone #727218

Tints of Olivetone #727218

Color information

#727218 (or 0x727218) is unknown color: approx Olivetone. HEX triplet: 72, 72 and 18. RGB value is (114,114,24). Sum of RGB (Red+Green+Blue) = 114+114+24=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727218 is #8D8DE7. Grayscale: #686868. Windows color (decimal): -9276904 or 1602162. OLE color: 1602162.

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

Color convert

RGB11411424-
CMYK000.790.55
HSL60º65.22%27.06%-
HSV(B)60º78.95%44.71%-
XYZ13.1215.683.2-
YUV103.7483135.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=45.24%
G=45.24%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411424000.790.556065.2227.06
Hex727218004F373c411b
Octal1621623000117677410133
Binary1110010111001011000001001111110111111100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727218; }

 p { color: rgb(114,114,24); }

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

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

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

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

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

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

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