#72917C

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

Shades of Oxley #72917C

Tints of Oxley #72917C

Color information

#72917C (or 0x72917C) is unknown color: approx Oxley. HEX triplet: 72, 91 and 7C. RGB value is (114,145,124). Sum of RGB (Red+Green+Blue) = 114+145+124=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #72917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72917C is #8D6E83. Grayscale: #858585. Windows color (decimal): -9268868 or 8163698. OLE color: 8163698.

HSL color Cylindrical-coordinate representation of color #72917C: hue angle of 139.35º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72917C is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB114145124-
CMYK0.2100.140.43
HSL139.35º12.35%50.78%-
HSV(B)139.35º21.38%56.86%-
XYZ20.725.2822.86-
YUV133.34122.73114.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=29.77%
G=37.86%
B=32.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141451240.2100.140.43139.3512.3550.78
Hex72917C150E2B8bc33
Octal16222117425016532131463
Binary11100101001000111111001010101110101011100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72917C; }

 p { color: rgb(114,145,124); }

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

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

 a { background-color: rgb(114,145,124); }

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

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

 span { border-color: rgb(114,145,124); }

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