#61AA78

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

Shades of Oxley #61AA78

Tints of Oxley #61AA78

Color information

#61AA78 (or 0x61AA78) is unknown color: approx Oxley. HEX triplet: 61, AA and 78. RGB value is (97,170,120). Sum of RGB (Red+Green+Blue) = 97+170+120=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA78 is #9E5587. Grayscale: #8E8E8E. Windows color (decimal): -10376584 or 7907937. OLE color: 7907937.

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

Color convert

RGB97170120-
CMYK0.4300.290.33
HSL138.9º30.04%52.35%-
HSV(B)138.9º42.94%66.67%-
XYZ22.6932.6522.87-
YUV142.47115.3295.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=25.06%
G=43.93%
B=31.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701200.4300.290.33138.930.0452.35
Hex61AA782B01D218b1e34
Octal14125217053035412133664
Binary11000011010101011110001010110111011000011000101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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