#72957D

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

Shades of Oxley #72957D

Tints of Oxley #72957D

Color information

#72957D (or 0x72957D) is unknown color: approx Oxley. HEX triplet: 72, 95 and 7D. RGB value is (114,149,125). Sum of RGB (Red+Green+Blue) = 114+149+125=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #72957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72957D is #8D6A82. Grayscale: #878787. Windows color (decimal): -9267843 or 8230258. OLE color: 8230258.

HSL color Cylindrical-coordinate representation of color #72957D: hue angle of 138.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72957D is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB114149125-
CMYK0.2300.160.42
HSL138.86º14.17%51.57%-
HSV(B)138.86º23.49%58.43%-
XYZ21.3926.5523.4-
YUV135.8121.9112.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=29.38%
G=38.40%
B=32.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491250.2300.160.42138.8614.1751.57
Hex72957D170102A8be34
Octal16222517527020522131664
Binary111001010010101111110110111010000101010100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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