#61AA77

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

Shades of Oxley #61AA77

Tints of Oxley #61AA77

Color information

#61AA77 (or 0x61AA77) is unknown color: approx Oxley. HEX triplet: 61, AA and 77. RGB value is (97,170,119). Sum of RGB (Red+Green+Blue) = 97+170+119=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA77 is #9E5588. Grayscale: #8E8E8E. Windows color (decimal): -10376585 or 7842401. OLE color: 7842401.

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

Color convert

RGB97170119-
CMYK0.4300.30.33
HSL138.08º30.04%52.35%-
HSV(B)138.08º42.94%66.67%-
XYZ22.6332.6222.56-
YUV142.36114.8295.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=25.13%
G=44.04%
B=30.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701190.4300.30.33138.0830.0452.35
Hex61AA772B01E218a1e34
Octal14125216753036412123664
Binary11000011010101011101111010110111101000011000101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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