Html Css Color HEX #649E67 Laurel

📋 copy color: '#649E67'

red 100 ◦ green 158 ◦ blue 103

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

Shades of Laurel #649E67

Tints of Laurel #649E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.53%

R = 27.7%
G = 43.77%
B = 28.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#649E67 (or 0x649E67) is known color: Laurel. HEX triplet: 64, 9E and 67. RGB value is (100,158,103). Sum of RGB (Red+Green+Blue) = 100+158+103=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #649E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E67 is #9B6198. Grayscale: #868686. Windows color (decimal): -10183065 or 6790756. OLE color: 6790756.

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

Color convert

RGB 100 158 103 -
CMYK 0.37 0 0.35 0.38
HSL 123.1º 0.23% 0.51% -
HSV(B) 123.1º 0.37% 0.62% -
XYZ 19.93 28.14 17.21 -
YUV 134.39 110.28 103.47 -
System Red Green Blue C M Y K H S L
Decimal 100 158 103 0.37 0 0.35 0.38 123.1 0.23 0.51
Hex 64 9E 67 25 0 23 26 7B 17 33
Octal 144 236 147 45 0 43 46 173 27 63
Binary 1100100 10011110 1100111 100101 0 100011 100110 1111011 10111 110011

Color Harmonies of #649E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649E67

Black with #649E67

Text Example


Text Example

White with #649E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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