#609B7A

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

Shades of Oxley #609B7A

Tints of Oxley #609B7A

Color information

#609B7A (or 0x609B7A) is unknown color: approx Oxley. HEX triplet: 60, 9B and 7A. RGB value is (96,155,122). Sum of RGB (Red+Green+Blue) = 96+155+122=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #609B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609B7A is #9F6485. Grayscale: #858585. Windows color (decimal): -10445958 or 8035168. OLE color: 8035168.

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

Color convert

RGB96155122-
CMYK0.3800.210.39
HSL146.44º23.51%49.22%-
HSV(B)146.44º38.06%60.78%-
XYZ20.0627.3322.63-
YUV133.6121.45101.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=25.74%
G=41.55%
B=32.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961551220.3800.210.39146.4423.5149.22
Hex609B7A2601527921831
Octal14023317246025472223061
Binary11000001001101111110101001100101011001111001001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,155,122); }

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

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

 a { background-color: rgb(96,155,122); }

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

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

 span { border-color: rgb(96,155,122); }

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