#72A274

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

Shades of Oxley #72A274

Tints of Oxley #72A274

Color information

#72A274 (or 0x72A274) is unknown color: approx Oxley. HEX triplet: 72, A2 and 74. RGB value is (114,162,116). Sum of RGB (Red+Green+Blue) = 114+162+116=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #72A274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A274 is #8D5D8B. Grayscale: #8E8E8E. Windows color (decimal): -9264524 or 7643762. OLE color: 7643762.

HSL color Cylindrical-coordinate representation of color #72A274: hue angle of 122.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A274 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB114162116-
CMYK0.3000.280.36
HSL122.5º20.51%54.12%-
HSV(B)122.5º29.63%63.53%-
XYZ23.0130.6821.23-
YUV142.4113.1107.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=29.08%
G=41.33%
B=29.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621160.3000.280.36122.520.5154.12
Hex72A2741E01C247a1536
Octal16224216436034441722566
Binary111001010100010111010011110011100100100111101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A274; }

 p { color: rgb(114,162,116); }

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

<style>
 a { background-color: #72A274; }

 a { background-color: rgb(114,162,116); }

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

<style>
 span { border-color: #72A274; }

 span { border-color: rgb(114,162,116); }

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