Html Css Color HEX #649866 Laurel

📋 copy color: '#649866'

red 100 ◦ green 152 ◦ blue 102

#649866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #649866

Tints of Laurel #649866

RGB

 RED value IS 100 (39.45% from 255) = 28.25%

 GREEN value IS 152 (59.77% from 255) = 42.94%

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 28.25%
G = 42.94%
B = 28.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#649866 (or 0x649866) is known color: Laurel. HEX triplet: 64, 98 and 66. RGB value is (100,152,102). Sum of RGB (Red+Green+Blue) = 100+152+102=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #649866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649866 is #9B6799. Grayscale: #828282. Windows color (decimal): -10184602 or 6723684. OLE color: 6723684.

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

Color convert

RGB 100 152 102 -
CMYK 0.34 0 0.33 0.40
HSL 122.31º 0.21% 0.49% -
HSV(B) 122.31º 0.34% 0.6% -
XYZ 18.88 26.13 16.62 -
YUV 130.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 100 152 102 0.34 0 0.33 0.40 122.31 0.21 0.49
Hex 64 98 66 22 0 21 28 7A 15 31
Octal 144 230 146 42 0 41 50 172 25 61
Binary 1100100 10011000 1100110 100010 0 100001 101000 1111010 10101 110001

Color Harmonies of #649866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649866

Black with #649866

Text Example


Text Example

White with #649866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649866; }

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

 H1.HeaderClassName
 {
   color: #649866;
 }
 .AnyTagClassName
 {
   color: #649866;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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