Html Css Color HEX #648B68 Laurel

📋 copy color: '#648B68'

red 100 ◦ green 139 ◦ blue 104

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

Shades of Laurel #648B68

Tints of Laurel #648B68

RGB

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

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

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

R = 29.15%
G = 40.52%
B = 30.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#648B68 (or 0x648B68) is known color: Laurel. HEX triplet: 64, 8B and 68. RGB value is (100,139,104). Sum of RGB (Red+Green+Blue) = 100+139+104=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #648B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B68 is #9B7497. Grayscale: #7B7B7B. Windows color (decimal): -10187928 or 6851428. OLE color: 6851428.

HSL color Cylindrical-coordinate representation of color #648B68: hue angle of 126.15º 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 #648B68 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 104 -
CMYK 0.28 0 0.25 0.45
HSL 126.15º 0.16% 0.47% -
HSV(B) 126.15º 0.28% 0.55% -
XYZ 16.99 22.17 16.48 -
YUV 123.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 100 139 104 0.28 0 0.25 0.45 126.15 0.16 0.47
Hex 64 8B 68 1C 0 19 2D 7E 10 2F
Octal 144 213 150 34 0 31 55 176 20 57
Binary 1100100 10001011 1101000 11100 0 11001 101101 1111110 10000 101111

Color Harmonies of #648B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B68

Black with #648B68

Text Example


Text Example

White with #648B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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