#609973

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

Shades of Oxley #609973

Tints of Oxley #609973

Color information

#609973 (or 0x609973) is unknown color: approx Oxley. HEX triplet: 60, 99 and 73. RGB value is (96,153,115). Sum of RGB (Red+Green+Blue) = 96+153+115=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #609973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609973 is #9F668C. Grayscale: #838383. Windows color (decimal): -10446477 or 7575904. OLE color: 7575904.

HSL color Cylindrical-coordinate representation of color #609973: hue angle of 140º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609973 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB96153115-
CMYK0.3700.250.4
HSL140º22.89%48.82%-
HSV(B)140º37.25%60%-
XYZ19.3126.5120.32-
YUV131.62118.62102.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=26.37%
G=42.03%
B=31.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531150.3700.250.414022.8948.82
Hex60997325019288c1731
Octal14023116345031502142761
Binary11000001001100111100111001010110011010001000110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609973; }

 p { color: rgb(96,153,115); }

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

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

 a { background-color: rgb(96,153,115); }

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

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

 span { border-color: rgb(96,153,115); }

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