#609D75

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

Shades of Oxley #609D75

Tints of Oxley #609D75

Color information

#609D75 (or 0x609D75) is unknown color: approx Oxley. HEX triplet: 60, 9D and 75. RGB value is (96,157,117). Sum of RGB (Red+Green+Blue) = 96+157+117=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #609D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D75 is #9F628A. Grayscale: #868686. Windows color (decimal): -10445451 or 7708000. OLE color: 7708000.

HSL color Cylindrical-coordinate representation of color #609D75: hue angle of 140.66º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609D75 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB96157117-
CMYK0.3900.250.38
HSL140.66º24.11%49.61%-
HSV(B)140.66º38.85%61.57%-
XYZ20.0927.8921.15-
YUV134.2118.29100.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=25.95%
G=42.43%
B=31.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571170.3900.250.38140.6624.1149.61
Hex609D7527019268d1832
Octal14023516547031462153062
Binary11000001001110111101011001110110011001101000110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609D75; }

 p { color: rgb(96,157,117); }

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

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

 a { background-color: rgb(96,157,117); }

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

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

 span { border-color: rgb(96,157,117); }

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