Html Css Color HEX #648B6D Laurel

📋 copy color: '#648B6D'

red 100 ◦ green 139 ◦ blue 109

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

Shades of Laurel #648B6D

Tints of Laurel #648B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.94%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 28.74%
G = 39.94%
B = 31.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#648B6D (or 0x648B6D) is known color: Laurel. HEX triplet: 64, 8B and 6D. RGB value is (100,139,109). Sum of RGB (Red+Green+Blue) = 100+139+109=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #648B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B6D is #9B7492. Grayscale: #7B7B7B. Windows color (decimal): -10187923 or 7179108. OLE color: 7179108.

HSL color Cylindrical-coordinate representation of color #648B6D: hue angle of 133.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648B6D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 109 -
CMYK 0.28 0 0.22 0.45
HSL 133.85º 0.16% 0.47% -
HSV(B) 133.85º 0.28% 0.55% -
XYZ 17.25 22.28 17.86 -
YUV 123.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 100 139 109 0.28 0 0.22 0.45 133.85 0.16 0.47
Hex 64 8B 6D 1C 0 16 2D 86 10 2F
Octal 144 213 155 34 0 26 55 206 20 57
Binary 1100100 10001011 1101101 11100 0 10110 101101 10000110 10000 101111

Color Harmonies of #648B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B6D

Black with #648B6D

Text Example


Text Example

White with #648B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648B6D; }

 p { color: rgb(100,139,109); }

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

background-color css

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

 a { background-color: rgb(100,139,109); }

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

border-color css

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

 span { border-color: rgb(100,139,109); }

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