Html Css Color HEX #649D66 Laurel

📋 copy color: '#649D66'

red 100 ◦ green 157 ◦ blue 102

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

Shades of Laurel #649D66

Tints of Laurel #649D66

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

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

R = 27.86%
G = 43.73%
B = 28.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#649D66 (or 0x649D66) is known color: Laurel. HEX triplet: 64, 9D and 66. RGB value is (100,157,102). Sum of RGB (Red+Green+Blue) = 100+157+102=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #649D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D66 is #9B6299. Grayscale: #858585. Windows color (decimal): -10183322 or 6724964. OLE color: 6724964.

HSL color Cylindrical-coordinate representation of color #649D66: hue angle of 122.11º 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 #649D66 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 157 102 -
CMYK 0.36 0 0.35 0.38
HSL 122.11º 0.23% 0.5% -
HSV(B) 122.11º 0.36% 0.62% -
XYZ 19.71 27.78 16.89 -
YUV 133.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 100 157 102 0.36 0 0.35 0.38 122.11 0.23 0.5
Hex 64 9D 66 24 0 23 26 7A 17 32
Octal 144 235 146 44 0 43 46 172 27 62
Binary 1100100 10011101 1100110 100100 0 100011 100110 1111010 10111 110010

Color Harmonies of #649D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D66

Black with #649D66

Text Example


Text Example

White with #649D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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