#649979

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

Shades of Oxley #649979

Tints of Oxley #649979

Color information

#649979 (or 0x649979) is unknown color: approx Oxley. HEX triplet: 64, 99 and 79. RGB value is (100,153,121). Sum of RGB (Red+Green+Blue) = 100+153+121=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #649979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649979 is #9B6686. Grayscale: #858585. Windows color (decimal): -10184327 or 7969124. OLE color: 7969124.

HSL color Cylindrical-coordinate representation of color #649979: hue angle of 143.77º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649979 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB100153121-
CMYK0.3500.210.4
HSL143.77º20.95%49.61%-
HSV(B)143.77º34.64%60%-
XYZ20.126.8722.22-
YUV133.5120.94104.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=26.74%
G=40.91%
B=32.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531210.3500.210.4143.7720.9549.61
Hex6499792301528901532
Octal14423117143025502202562
Binary11001001001100111110011000110101011010001001000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649979; }

 p { color: rgb(100,153,121); }

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

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

 a { background-color: rgb(100,153,121); }

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

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

 span { border-color: rgb(100,153,121); }

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