#609471

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

Shades of Oxley #609471

Tints of Oxley #609471

Color information

#609471 (or 0x609471) is unknown color: approx Oxley. HEX triplet: 60, 94 and 71. RGB value is (96,148,113). Sum of RGB (Red+Green+Blue) = 96+148+113=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #609471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609471 is #9F6B8E. Grayscale: #808080. Windows color (decimal): -10447759 or 7443552. OLE color: 7443552.

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

Color convert

RGB96148113-
CMYK0.3500.240.42
HSL139.62º21.31%47.84%-
HSV(B)139.62º35.14%58.04%-
XYZ18.3924.8619.45-
YUV128.46119.27104.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=26.89%
G=41.46%
B=31.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961481130.3500.240.42139.6221.3147.84
Hex609471230182A8c1530
Octal14022416143030522142560
Binary11000001001010011100011000110110001010101000110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609471; }

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

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

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

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

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

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

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

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