#61A270

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

Shades of Oxley #61A270

Tints of Oxley #61A270

Color information

#61A270 (or 0x61A270) is unknown color: approx Oxley. HEX triplet: 61, A2 and 70. RGB value is (97,162,112). Sum of RGB (Red+Green+Blue) = 97+162+112=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #61A270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A270 is #9E5D8F. Grayscale: #898989. Windows color (decimal): -10378640 or 7381601. OLE color: 7381601.

HSL color Cylindrical-coordinate representation of color #61A270: hue angle of 133.85º 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 #61A270 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB97162112-
CMYK0.4000.310.36
HSL133.85º25.9%50.78%-
HSV(B)133.85º40.12%63.53%-
XYZ20.7729.5519.94-
YUV136.86113.9799.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=26.15%
G=43.67%
B=30.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621120.4000.310.36133.8525.950.78
Hex61A2702801F24861a33
Octal14124216050037442063263
Binary11000011010001011100001010000111111001001000011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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