#61A27E

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

Shades of Oxley #61A27E

Tints of Oxley #61A27E

Color information

#61A27E (or 0x61A27E) is unknown color: approx Oxley. HEX triplet: 61, A2 and 7E. RGB value is (97,162,126). Sum of RGB (Red+Green+Blue) = 97+162+126=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #61A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A27E is #9E5D81. Grayscale: #8A8A8A. Windows color (decimal): -10378626 or 8299105. OLE color: 8299105.

HSL color Cylindrical-coordinate representation of color #61A27E: hue angle of 146.77º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A27E is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB97162126-
CMYK0.4000.220.36
HSL146.77º25.9%50.78%-
HSV(B)146.77º40.12%63.53%-
XYZ21.6229.8924.37-
YUV138.46120.9798.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=25.19%
G=42.08%
B=32.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621260.4000.220.36146.7725.950.78
Hex61A27E2801624931a33
Octal14124217650026442233263
Binary11000011010001011111101010000101101001001001001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A27E; }

 p { color: rgb(97,162,126); }

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

<style>
 a { background-color: #61A27E; }

 a { background-color: rgb(97,162,126); }

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

<style>
 span { border-color: #61A27E; }

 span { border-color: rgb(97,162,126); }

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