#727430

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

Shades of Olivetone #727430

Tints of Olivetone #727430

Color information

#727430 (or 0x727430) is unknown color: approx Olivetone. HEX triplet: 72, 74 and 30. RGB value is (114,116,48). Sum of RGB (Red+Green+Blue) = 114+116+48=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #727430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727430 is #8D8BCF. Grayscale: #6B6B6B. Windows color (decimal): -9276368 or 3175538. OLE color: 3175538.

HSL color Cylindrical-coordinate representation of color #727430: hue angle of 61.76º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #727430 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB11411648-
CMYK0.0200.590.55
HSL61.76º41.46%32.16%-
HSV(B)61.76º58.62%45.49%-
XYZ13.7216.285.22-
YUV107.6594.34132.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=41.01%
G=41.73%
B=17.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116480.0200.590.5561.7641.4632.16
Hex727430203B373e2920
Octal16216460207367765140
Binary11100101110100110000100111011110111111110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727430; }

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

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

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

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

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

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

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

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