#609372

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

Shades of Oxley #609372

Tints of Oxley #609372

Color information

#609372 (or 0x609372) is unknown color: approx Oxley. HEX triplet: 60, 93 and 72. RGB value is (96,147,114). Sum of RGB (Red+Green+Blue) = 96+147+114=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #609372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609372 is #9F6C8D. Grayscale: #808080. Windows color (decimal): -10448014 or 7508832. OLE color: 7508832.

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

Color convert

RGB96147114-
CMYK0.3500.220.42
HSL141.18º20.99%47.65%-
HSV(B)141.18º34.69%57.65%-
XYZ18.2924.5719.7-
YUV127.99120.1105.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=26.89%
G=41.18%
B=31.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471140.3500.220.42141.1820.9947.65
Hex609372230162A8d1530
Octal14022316243026522152560
Binary11000001001001111100101000110101101010101000110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609372; }

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

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

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

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

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

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

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

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