#60946F

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

Shades of Oxley #60946F

Tints of Oxley #60946F

Color information

#60946F (or 0x60946F) is unknown color: approx Oxley. HEX triplet: 60, 94 and 6F. RGB value is (96,148,111). Sum of RGB (Red+Green+Blue) = 96+148+111=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #60946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60946F is #9F6B90. Grayscale: #808080. Windows color (decimal): -10447761 or 7312480. OLE color: 7312480.

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

Color convert

RGB96148111-
CMYK0.3500.250.42
HSL137.31º21.31%47.84%-
HSV(B)137.31º35.14%58.04%-
XYZ18.2824.8118.86-
YUV128.23118.27105.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=27.04%
G=41.69%
B=31.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961481110.3500.250.42137.3121.3147.84
Hex60946F230192A891530
Octal14022415743031522112560
Binary11000001001010011011111000110110011010101000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60946F; }

 p { color: rgb(96,148,111); }

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

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

 a { background-color: rgb(96,148,111); }

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

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

 span { border-color: rgb(96,148,111); }

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