#609577

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

Shades of Oxley #609577

Tints of Oxley #609577

Color information

#609577 (or 0x609577) is unknown color: approx Oxley. HEX triplet: 60, 95 and 77. RGB value is (96,149,119). Sum of RGB (Red+Green+Blue) = 96+149+119=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #609577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609577 is #9F6A88. Grayscale: #818181. Windows color (decimal): -10447497 or 7837024. OLE color: 7837024.

HSL color Cylindrical-coordinate representation of color #609577: hue angle of 146.04º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609577 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB96149119-
CMYK0.3600.200.42
HSL146.04º21.63%48.04%-
HSV(B)146.04º35.57%58.43%-
XYZ18.925.3121.34-
YUV129.73121.94103.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 119 (46.88% from 255) = 32.69%
R=26.37%
G=40.93%
B=32.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961491190.3600.200.42146.0421.6348.04
Hex609577240142A921630
Octal14022516744024522222660
Binary11000001001010111101111001000101001010101001001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609577; }

 p { color: rgb(96,149,119); }

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

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

 a { background-color: rgb(96,149,119); }

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

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

 span { border-color: rgb(96,149,119); }

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