#609274

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

Shades of Oxley #609274

Tints of Oxley #609274

Color information

#609274 (or 0x609274) is unknown color: approx Oxley. HEX triplet: 60, 92 and 74. RGB value is (96,146,116). Sum of RGB (Red+Green+Blue) = 96+146+116=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #609274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609274 is #9F6D8B. Grayscale: #7F7F7F. Windows color (decimal): -10448268 or 7639648. OLE color: 7639648.

HSL color Cylindrical-coordinate representation of color #609274: hue angle of 144º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609274 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB96146116-
CMYK0.3400.210.43
HSL144º20.66%47.45%-
HSV(B)144º34.25%57.25%-
XYZ18.2624.3120.25-
YUV127.63121.44105.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=26.82%
G=40.78%
B=32.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461160.3400.210.4314420.6647.45
Hex609274220152B90152f
Octal14022216442025532202557
Binary11000001001001011101001000100101011010111001000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609274; }

 p { color: rgb(96,146,116); }

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

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

 a { background-color: rgb(96,146,116); }

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

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

 span { border-color: rgb(96,146,116); }

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