#61A26C

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

Shades of Oxley #61A26C

Tints of Oxley #61A26C

Color information

#61A26C (or 0x61A26C) is unknown color: approx Oxley. HEX triplet: 61, A2 and 6C. RGB value is (97,162,108). Sum of RGB (Red+Green+Blue) = 97+162+108=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #61A26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A26C is #9E5D93. Grayscale: #888888. Windows color (decimal): -10378644 or 7119457. OLE color: 7119457.

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

Color convert

RGB97162108-
CMYK0.4000.330.36
HSL130.15º25.9%50.78%-
HSV(B)130.15º40.12%63.53%-
XYZ20.5629.4618.79-
YUV136.41111.9799.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=26.43%
G=44.14%
B=29.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621080.4000.330.36130.1525.950.78
Hex61A26C2802124821a33
Octal14124215450041442023263
Binary110000110100010110110010100001000011001001000001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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