#61A977

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

Shades of Oxley #61A977

Tints of Oxley #61A977

Color information

#61A977 (or 0x61A977) is unknown color: approx Oxley. HEX triplet: 61, A9 and 77. RGB value is (97,169,119). Sum of RGB (Red+Green+Blue) = 97+169+119=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #61A977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A977 is #9E5688. Grayscale: #8D8D8D. Windows color (decimal): -10376841 or 7842145. OLE color: 7842145.

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

Color convert

RGB97169119-
CMYK0.4300.300.34
HSL138.33º29.51%52.16%-
HSV(B)138.33º42.6%66.27%-
XYZ22.4532.2522.49-
YUV141.77115.1596.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 169 (66.41% from 255) = 43.90%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=25.19%
G=43.90%
B=30.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971691190.4300.300.34138.3329.5152.16
Hex61A9772B01E228a1e34
Octal14125116753036422123664
Binary11000011010100111101111010110111101000101000101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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