#72997B

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

Shades of Oxley #72997B

Tints of Oxley #72997B

Color information

#72997B (or 0x72997B) is unknown color: approx Oxley. HEX triplet: 72, 99 and 7B. RGB value is (114,153,123). Sum of RGB (Red+Green+Blue) = 114+153+123=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #72997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72997B is #8D6684. Grayscale: #8A8A8A. Windows color (decimal): -9266821 or 8100210. OLE color: 8100210.

HSL color Cylindrical-coordinate representation of color #72997B: hue angle of 133.85º 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 #72997B is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB114153123-
CMYK0.2500.200.4
HSL133.85º16.05%52.35%-
HSV(B)133.85º25.49%60%-
XYZ21.9127.7922.95-
YUV137.92119.58110.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=29.23%
G=39.23%
B=31.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1141531230.2500.200.4133.8516.0552.35
Hex72997B1901428861034
Octal16223117331024502062064
Binary1110010100110011111011110010101001010001000011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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