#649970

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

Shades of Oxley #649970

Tints of Oxley #649970

Color information

#649970 (or 0x649970) is unknown color: approx Oxley. HEX triplet: 64, 99 and 70. RGB value is (100,153,112). Sum of RGB (Red+Green+Blue) = 100+153+112=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #649970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649970 is #9B668F. Grayscale: #848484. Windows color (decimal): -10184336 or 7379300. OLE color: 7379300.

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

Color convert

RGB100153112-
CMYK0.3500.270.4
HSL133.58º20.95%49.61%-
HSV(B)133.58º34.64%60%-
XYZ19.5726.6619.44-
YUV132.48116.44104.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=27.40%
G=41.92%
B=30.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531120.3500.270.4133.5820.9549.61
Hex6499702301B28861532
Octal14423116043033502062562
Binary11001001001100111100001000110110111010001000011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649970; }

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

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

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

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

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

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

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

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