#609470

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

Shades of Oxley #609470

Tints of Oxley #609470

Color information

#609470 (or 0x609470) is unknown color: approx Oxley. HEX triplet: 60, 94 and 70. RGB value is (96,148,112). Sum of RGB (Red+Green+Blue) = 96+148+112=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #609470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609470 is #9F6B8F. Grayscale: #808080. Windows color (decimal): -10447760 or 7378016. OLE color: 7378016.

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

Color convert

RGB96148112-
CMYK0.3500.240.42
HSL138.46º21.31%47.84%-
HSV(B)138.46º35.14%58.04%-
XYZ18.3424.8419.16-
YUV128.35118.77104.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=26.97%
G=41.57%
B=31.46%

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
Decimal961481120.3500.240.42138.4621.3147.84
Hex609470230182A8a1530
Octal14022416043030522122560
Binary11000001001010011100001000110110001010101000101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609470; }

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

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

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

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

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

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

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

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