#609670

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

Shades of Oxley #609670

Tints of Oxley #609670

Color information

#609670 (or 0x609670) is unknown color: approx Oxley. HEX triplet: 60, 96 and 70. RGB value is (96,150,112). Sum of RGB (Red+Green+Blue) = 96+150+112=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #609670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609670 is #9F698F. Grayscale: #818181. Windows color (decimal): -10447248 or 7378528. OLE color: 7378528.

HSL color Cylindrical-coordinate representation of color #609670: hue angle of 137.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609670 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB96150112-
CMYK0.3600.250.41
HSL137.78º21.95%48.24%-
HSV(B)137.78º36%58.82%-
XYZ18.6525.4719.26-
YUV129.52118.11104.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=26.82%
G=41.90%
B=31.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501120.3600.250.41137.7821.9548.24
Hex60967024019298a1630
Octal14022616044031512122660
Binary11000001001011011100001001000110011010011000101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609670; }

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

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

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

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

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

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

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

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