#609375

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

Shades of Oxley #609375

Tints of Oxley #609375

Color information

#609375 (or 0x609375) is unknown color: approx Oxley. HEX triplet: 60, 93 and 75. RGB value is (96,147,117). Sum of RGB (Red+Green+Blue) = 96+147+117=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #609375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609375 is #9F6C8A. Grayscale: #808080. Windows color (decimal): -10448011 or 7705440. OLE color: 7705440.

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

Color convert

RGB96147117-
CMYK0.3500.200.42
HSL144.71º20.99%47.65%-
HSV(B)144.71º34.69%57.65%-
XYZ18.4724.6420.61-
YUV128.33121.6104.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=26.67%
G=40.83%
B=32.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471170.3500.200.42144.7120.9947.65
Hex609375230142A911530
Octal14022316543024522212560
Binary11000001001001111101011000110101001010101001000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609375; }

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

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

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

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

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

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

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

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