#72876F

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

Shades of Xanadu #72876F

Tints of Xanadu #72876F

Color information

#72876F (or 0x72876F) is unknown color: approx Xanadu. HEX triplet: 72, 87 and 6F. RGB value is (114,135,111). Sum of RGB (Red+Green+Blue) = 114+135+111=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #72876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72876F is #8D7890. Grayscale: #7E7E7E. Windows color (decimal): -9271441 or 7309170. OLE color: 7309170.

HSL color Cylindrical-coordinate representation of color #72876F: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72876F is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB114135111-
CMYK0.1600.180.47
HSL112.5º9.76%48.24%-
HSV(B)112.5º17.78%52.94%-
XYZ18.4722.0518.32-
YUV125.98119.54119.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=31.67%
G=37.5%
B=30.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141351110.1600.180.47112.59.7648.24
Hex72876F100122F70a30
Octal16220715720022571601260
Binary11100101000011111011111000001001010111111100001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72876F; }

 p { color: rgb(114,135,111); }

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

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

 a { background-color: rgb(114,135,111); }

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

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

 span { border-color: rgb(114,135,111); }

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