Html Css Color HEX #649E69 Laurel

📋 copy color: '#649E69'

red 100 ◦ green 158 ◦ blue 105

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

Shades of Laurel #649E69

Tints of Laurel #649E69

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.53%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 27.55%
G = 43.53%
B = 28.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#649E69 (or 0x649E69) is known color: Laurel. HEX triplet: 64, 9E and 69. RGB value is (100,158,105). Sum of RGB (Red+Green+Blue) = 100+158+105=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #649E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E69 is #9B6196. Grayscale: #868686. Windows color (decimal): -10183063 or 6921828. OLE color: 6921828.

HSL color Cylindrical-coordinate representation of color #649E69: hue angle of 125.17º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E69 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 158 105 -
CMYK 0.37 0 0.34 0.38
HSL 125.17º 0.23% 0.51% -
HSV(B) 125.17º 0.37% 0.62% -
XYZ 20.03 28.18 17.75 -
YUV 134.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 100 158 105 0.37 0 0.34 0.38 125.17 0.23 0.51
Hex 64 9E 69 25 0 22 26 7D 17 33
Octal 144 236 151 45 0 42 46 175 27 63
Binary 1100100 10011110 1101001 100101 0 100010 100110 1111101 10111 110011

Color Harmonies of #649E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649E69

Black with #649E69

Text Example


Text Example

White with #649E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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