#72977A

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

Shades of Oxley #72977A

Tints of Oxley #72977A

Color information

#72977A (or 0x72977A) is unknown color: approx Oxley. HEX triplet: 72, 97 and 7A. RGB value is (114,151,122). Sum of RGB (Red+Green+Blue) = 114+151+122=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #72977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72977A is #8D6885. Grayscale: #888888. Windows color (decimal): -9267334 or 8034162. OLE color: 8034162.

HSL color Cylindrical-coordinate representation of color #72977A: hue angle of 132.97º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72977A is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB114151122-
CMYK0.2500.190.41
HSL132.97º15.1%51.96%-
HSV(B)132.97º24.5%59.22%-
XYZ21.5227.1222.51-
YUV136.63119.74111.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=29.46%
G=39.02%
B=31.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141511220.2500.190.41132.9715.151.96
Hex72977A190132985f34
Octal16222717231023512051764
Binary111001010010111111101011001010011101001100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72977A; }

 p { color: rgb(114,151,122); }

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

<style>
 a { background-color: #72977A; }

 a { background-color: rgb(114,151,122); }

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

<style>
 span { border-color: #72977A; }

 span { border-color: rgb(114,151,122); }

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