#72997D

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

Shades of Oxley #72997D

Tints of Oxley #72997D

Color information

#72997D (or 0x72997D) is unknown color: approx Oxley. HEX triplet: 72, 99 and 7D. RGB value is (114,153,125). Sum of RGB (Red+Green+Blue) = 114+153+125=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #72997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72997D is #8D6682. Grayscale: #8A8A8A. Windows color (decimal): -9266819 or 8231282. OLE color: 8231282.

HSL color Cylindrical-coordinate representation of color #72997D: hue angle of 136.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72997D is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB114153125-
CMYK0.2500.180.4
HSL136.92º16.05%52.35%-
HSV(B)136.92º25.49%60%-
XYZ22.0327.8423.61-
YUV138.15120.58110.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=29.08%
G=39.03%
B=31.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1141531250.2500.180.4136.9216.0552.35
Hex72997D1901228891034
Octal16223117531022502112064
Binary1110010100110011111101110010100101010001000100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72997D; }

 p { color: rgb(114,153,125); }

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

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

 a { background-color: rgb(114,153,125); }

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

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

 span { border-color: rgb(114,153,125); }

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