#609270

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

Shades of Oxley #609270

Tints of Oxley #609270

Color information

#609270 (or 0x609270) is unknown color: approx Oxley. HEX triplet: 60, 92 and 70. RGB value is (96,146,112). Sum of RGB (Red+Green+Blue) = 96+146+112=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #609270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609270 is #9F6D8F. Grayscale: #7F7F7F. Windows color (decimal): -10448272 or 7377504. OLE color: 7377504.

HSL color Cylindrical-coordinate representation of color #609270: hue angle of 139.2º 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 #609270 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB96146112-
CMYK0.3400.230.43
HSL139.2º20.66%47.45%-
HSV(B)139.2º34.25%57.25%-
XYZ18.0324.2119.05-
YUV127.17119.44105.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=27.12%
G=41.24%
B=31.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461120.3400.230.43139.220.6647.45
Hex609270220172B8b152f
Octal14022216042027532132557
Binary11000001001001011100001000100101111010111000101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609270; }

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

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

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

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

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

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

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

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