#727732

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

Shades of Olivetone #727732

Tints of Olivetone #727732

Color information

#727732 (or 0x727732) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 32. RGB value is (114,119,50). Sum of RGB (Red+Green+Blue) = 114+119+50=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #727732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727732 is #8D88CD. Grayscale: #6D6D6D. Windows color (decimal): -9275598 or 3307378. OLE color: 3307378.

HSL color Cylindrical-coordinate representation of color #727732: hue angle of 64.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #727732 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB11411950-
CMYK0.0400.580.53
HSL64.35º40.83%33.14%-
HSV(B)64.35º57.98%46.67%-
XYZ14.11175.56-
YUV109.6494.34131.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=40.28%
G=42.05%
B=17.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119500.0400.580.5364.3540.8333.14
Hex727732403A35402921
Octal162167624072651005141
Binary1110010111011111001010001110101101011000000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727732; }

 p { color: rgb(114,119,50); }

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

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

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

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

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

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

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