#609370

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

Shades of Oxley #609370

Tints of Oxley #609370

Color information

#609370 (or 0x609370) is unknown color: approx Oxley. HEX triplet: 60, 93 and 70. RGB value is (96,147,112). Sum of RGB (Red+Green+Blue) = 96+147+112=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #609370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609370 is #9F6C8F. Grayscale: #7F7F7F. Windows color (decimal): -10448016 or 7377760. OLE color: 7377760.

HSL color Cylindrical-coordinate representation of color #609370: hue angle of 138.82º 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 #609370 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB96147112-
CMYK0.3500.240.42
HSL138.82º20.99%47.65%-
HSV(B)138.82º34.69%57.65%-
XYZ18.1824.5219.1-
YUV127.76119.1105.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=27.04%
G=41.41%
B=31.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471120.3500.240.42138.8220.9947.65
Hex609370230182A8b1530
Octal14022316043030522132560
Binary11000001001001111100001000110110001010101000101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609370; }

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

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

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

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

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

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

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

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