#61A46E

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

Shades of Oxley #61A46E

Tints of Oxley #61A46E

Color information

#61A46E (or 0x61A46E) is unknown color: approx Oxley. HEX triplet: 61, A4 and 6E. RGB value is (97,164,110). Sum of RGB (Red+Green+Blue) = 97+164+110=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #61A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A46E is #9E5B91. Grayscale: #898989. Windows color (decimal): -10378130 or 7251041. OLE color: 7251041.

HSL color Cylindrical-coordinate representation of color #61A46E: hue angle of 131.64º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A46E is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB97164110-
CMYK0.4100.330.36
HSL131.64º26.91%51.18%-
HSV(B)131.64º40.85%64.31%-
XYZ21.0230.2219.48-
YUV137.81112.398.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=26.15%
G=44.20%
B=29.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971641100.4100.330.36131.6426.9151.18
Hex61A46E2902124841b33
Octal14124415651041442043363
Binary110000110100100110111010100101000011001001000010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,164,110); }

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

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

 a { background-color: rgb(97,164,110); }

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

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

 span { border-color: rgb(97,164,110); }

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