#649967

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

Shades of Laurel #649967

Tints of Laurel #649967

Color information

#649967 (or 0x649967) is unknown color: approx Laurel. HEX triplet: 64, 99 and 67. RGB value is (100,153,103). Sum of RGB (Red+Green+Blue) = 100+153+103=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #649967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649967 is #9B6698. Grayscale: #838383. Windows color (decimal): -10184345 or 6789476. OLE color: 6789476.

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

Color convert

RGB100153103-
CMYK0.3500.330.4
HSL123.4º20.95%49.61%-
HSV(B)123.4º34.64%60%-
XYZ19.0926.4716.93-
YUV131.45111.94105.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=28.09%
G=42.98%
B=28.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531030.3500.330.4123.420.9549.61
Hex64996723021287b1532
Octal14423114743041501732562
Binary11001001001100111001111000110100001101000111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649967; }

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

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

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

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

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

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

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

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