#609376

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

Shades of Oxley #609376

Tints of Oxley #609376

Color information

#609376 (or 0x609376) is unknown color: approx Oxley. HEX triplet: 60, 93 and 76. RGB value is (96,147,118). Sum of RGB (Red+Green+Blue) = 96+147+118=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #609376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609376 is #9F6C89. Grayscale: #808080. Windows color (decimal): -10448010 or 7770976. OLE color: 7770976.

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

Color convert

RGB96147118-
CMYK0.3500.200.42
HSL145.88º20.99%47.65%-
HSV(B)145.88º34.69%57.65%-
XYZ18.5324.6620.92-
YUV128.44122.1104.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=26.59%
G=40.72%
B=32.69%

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
Decimal961471180.3500.200.42145.8820.9947.65
Hex609376230142A921530
Octal14022316643024522222560
Binary11000001001001111101101000110101001010101001001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609376; }

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

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

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

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

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

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

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

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