#609F7B

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

Shades of Oxley #609F7B

Tints of Oxley #609F7B

Color information

#609F7B (or 0x609F7B) is unknown color: approx Oxley. HEX triplet: 60, 9F and 7B. RGB value is (96,159,123). Sum of RGB (Red+Green+Blue) = 96+159+123=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #609F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F7B is #9F6084. Grayscale: #888888. Windows color (decimal): -10444933 or 8101728. OLE color: 8101728.

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

Color convert

RGB96159123-
CMYK0.4000.230.38
HSL145.71º24.71%50%-
HSV(B)145.71º39.62%62.35%-
XYZ20.828.7123.18-
YUV136.06120.6399.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.40%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=25.40%
G=42.06%
B=32.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961591230.4000.230.38145.7124.7150
Hex609F7B2801726921932
Octal14023717350027462223162
Binary11000001001111111110111010000101111001101001001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,159,123); }

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

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

 a { background-color: rgb(96,159,123); }

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

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

 span { border-color: rgb(96,159,123); }

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