#72917F

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

Shades of Oxley #72917F

Tints of Oxley #72917F

Color information

#72917F (or 0x72917F) is unknown color: approx Oxley. HEX triplet: 72, 91 and 7F. RGB value is (114,145,127). Sum of RGB (Red+Green+Blue) = 114+145+127=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #72917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72917F is #8D6E80. Grayscale: #858585. Windows color (decimal): -9268865 or 8360306. OLE color: 8360306.

HSL color Cylindrical-coordinate representation of color #72917F: hue angle of 145.16º 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 #72917F is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB114145127-
CMYK0.2100.120.43
HSL145.16º12.35%50.78%-
HSV(B)145.16º21.38%56.86%-
XYZ20.925.3623.87-
YUV133.68124.23113.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 127 (50% from 255) = 32.90%
R=29.53%
G=37.56%
B=32.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141451270.2100.120.43145.1612.3550.78
Hex72917F150C2B91c33
Octal16222117725014532211463
Binary11100101001000111111111010101100101011100100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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