Html Css Color HEX #649E68 Laurel

📋 copy color: '#649E68'

red 100 ◦ green 158 ◦ blue 104

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

Shades of Laurel #649E68

Tints of Laurel #649E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 27.62%
G = 43.65%
B = 28.73%

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

#649E68 (or 0x649E68) is known color: Laurel. HEX triplet: 64, 9E and 68. RGB value is (100,158,104). Sum of RGB (Red+Green+Blue) = 100+158+104=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #649E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E68 is #9B6197. Grayscale: #868686. Windows color (decimal): -10183064 or 6856292. OLE color: 6856292.

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

Color convert

RGB 100 158 104 -
CMYK 0.37 0 0.34 0.38
HSL 124.14º 0.23% 0.51% -
HSV(B) 124.14º 0.37% 0.62% -
XYZ 19.98 28.16 17.48 -
YUV 134.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 100 158 104 0.37 0 0.34 0.38 124.14 0.23 0.51
Hex 64 9E 68 25 0 22 26 7C 17 33
Octal 144 236 150 45 0 42 46 174 27 63
Binary 1100100 10011110 1101000 100101 0 100010 100110 1111100 10111 110011

Color Harmonies of #649E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649E68

Black with #649E68

Text Example


Text Example

White with #649E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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