#649D6D

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

Shades of Oxley #649D6D

Tints of Oxley #649D6D

Color information

#649D6D (or 0x649D6D) is unknown color: approx Oxley. HEX triplet: 64, 9D and 6D. RGB value is (100,157,109). Sum of RGB (Red+Green+Blue) = 100+157+109=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #649D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D6D is #9B6292. Grayscale: #868686. Windows color (decimal): -10183315 or 7183716. OLE color: 7183716.

HSL color Cylindrical-coordinate representation of color #649D6D: hue angle of 129.47º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D6D is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB100157109-
CMYK0.3600.310.38
HSL129.47º22.53%50.39%-
HSV(B)129.47º36.31%61.57%-
XYZ20.0727.9318.8-
YUV134.48113.62103.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 157 (61.72% from 255) = 42.90%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=27.32%
G=42.90%
B=29.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571090.3600.310.38129.4722.5350.39
Hex649D6D2401F26811732
Octal14423515544037462012762
Binary11001001001110111011011001000111111001101000000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649D6D; }

 p { color: rgb(100,157,109); }

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

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

 a { background-color: rgb(100,157,109); }

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

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

 span { border-color: rgb(100,157,109); }

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