#727730

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

Shades of Olivetone #727730

Tints of Olivetone #727730

Color information

#727730 (or 0x727730) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 30. RGB value is (114,119,48). Sum of RGB (Red+Green+Blue) = 114+119+48=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #727730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727730 is #8D88CF. Grayscale: #6D6D6D. Windows color (decimal): -9275600 or 3176306. OLE color: 3176306.

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

Color convert

RGB11411948-
CMYK0.0400.600.53
HSL64.23º42.51%32.75%-
HSV(B)64.23º59.66%46.67%-
XYZ14.0716.985.33-
YUV109.4193.34131.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=40.57%
G=42.35%
B=17.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119480.0400.600.5364.2342.5132.75
Hex727730403C35402b21
Octal162167604074651005341
Binary1110010111011111000010001111001101011000000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727730; }

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

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

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

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

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

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

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

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