#61AA75

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

Shades of Oxley #61AA75

Tints of Oxley #61AA75

Color information

#61AA75 (or 0x61AA75) is unknown color: approx Oxley. HEX triplet: 61, AA and 75. RGB value is (97,170,117). Sum of RGB (Red+Green+Blue) = 97+170+117=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA75 is #9E558A. Grayscale: #8E8E8E. Windows color (decimal): -10376587 or 7711329. OLE color: 7711329.

HSL color Cylindrical-coordinate representation of color #61AA75: hue angle of 136.44º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA75 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB97170117-
CMYK0.4300.310.33
HSL136.44º30.04%52.35%-
HSV(B)136.44º42.94%66.67%-
XYZ22.5232.5821.93-
YUV142.13113.8295.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=25.26%
G=44.27%
B=30.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701170.4300.310.33136.4430.0452.35
Hex61AA752B01F21881e34
Octal14125216553037412103664
Binary11000011010101011101011010110111111000011000100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,170,117); }

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

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

 a { background-color: rgb(97,170,117); }

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

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

 span { border-color: rgb(97,170,117); }

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