#649869

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

Shades of Laurel #649869

Tints of Laurel #649869

Color information

#649869 (or 0x649869) is unknown color: approx Laurel. HEX triplet: 64, 98 and 69. RGB value is (100,152,105). Sum of RGB (Red+Green+Blue) = 100+152+105=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #649869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649869 is #9B6796. Grayscale: #838383. Windows color (decimal): -10184599 or 6920292. OLE color: 6920292.

HSL color Cylindrical-coordinate representation of color #649869: hue angle of 125.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649869 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB100152105-
CMYK0.3400.310.40
HSL125.77º20.63%49.41%-
HSV(B)125.77º34.21%59.61%-
XYZ19.0326.1917.42-
YUV131.09113.27105.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=28.01%
G=42.58%
B=29.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521050.3400.310.40125.7720.6349.41
Hex6498692201F287e1531
Octal14423015142037501762561
Binary1100100100110001101001100010011111101000111111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649869; }

 p { color: rgb(100,152,105); }

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

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

 a { background-color: rgb(100,152,105); }

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

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

 span { border-color: rgb(100,152,105); }

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