#726D30

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

Shades of Crete #726D30

Tints of Crete #726D30

Color information

#726D30 (or 0x726D30) is unknown color: approx Crete. HEX triplet: 72, 6D and 30. RGB value is (114,109,48). Sum of RGB (Red+Green+Blue) = 114+109+48=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #726D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D30 is #8D92CF. Grayscale: #676767. Windows color (decimal): -9278160 or 3173746. OLE color: 3173746.

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

Color convert

RGB11410948-
CMYK00.040.580.55
HSL55.45º40.74%31.76%-
HSV(B)55.45º57.89%44.71%-
XYZ12.9414.734.96-
YUV103.5496.66135.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=42.07%
G=40.22%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141094800.040.580.5555.4540.7431.76
Hex726D30043A37372920
Octal16215560047267675140
Binary111001011011011100000100111010110111110111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726D30; }

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

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

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

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

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

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

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

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