#727725

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

Shades of Olivetone #727725

Tints of Olivetone #727725

Color information

#727725 (or 0x727725) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 25. RGB value is (114,119,37). Sum of RGB (Red+Green+Blue) = 114+119+37=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #727725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727725 is #8D88DA. Grayscale: #6C6C6C. Windows color (decimal): -9275611 or 2455410. OLE color: 2455410.

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

Color convert

RGB11411937-
CMYK0.0400.690.53
HSL63.66º52.56%30.59%-
HSV(B)63.66º68.91%46.67%-
XYZ13.8716.94.28-
YUV108.1687.84132.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=42.22%
G=44.07%
B=13.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119370.0400.690.5363.6652.5630.59
Hex72772540453540351f
Octal1621674540105651006537
Binary1110010111011110010110001000101110101100000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727725; }

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

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

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

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

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

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

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

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