Html Css Color HEX #649966 Laurel

📋 copy color: '#649966'

red 100 ◦ green 153 ◦ blue 102

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

Shades of Laurel #649966

Tints of Laurel #649966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.1%

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

R = 28.17%
G = 43.1%
B = 28.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#649966 (or 0x649966) is known color: Laurel. HEX triplet: 64, 99 and 66. RGB value is (100,153,102). Sum of RGB (Red+Green+Blue) = 100+153+102=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #649966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649966 is #9B6699. Grayscale: #838383. Windows color (decimal): -10184346 or 6723940. OLE color: 6723940.

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

Color convert

RGB 100 153 102 -
CMYK 0.35 0 0.33 0.4
HSL 122.26º 0.21% 0.5% -
HSV(B) 122.26º 0.35% 0.6% -
XYZ 19.05 26.45 16.67 -
YUV 131.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 100 153 102 0.35 0 0.33 0.4 122.26 0.21 0.5
Hex 64 99 66 23 0 21 28 7A 15 32
Octal 144 231 146 43 0 41 50 172 25 62
Binary 1100100 10011001 1100110 100011 0 100001 101000 1111010 10101 110010

Color Harmonies of #649966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649966

Black with #649966

Text Example


Text Example

White with #649966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649966; }

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

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

background-color css

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

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

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

border-color css

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

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

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