Html Css Color HEX #648B65 Laurel

📋 copy color: '#648B65'

red 100 ◦ green 139 ◦ blue 101

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

Shades of Laurel #648B65

Tints of Laurel #648B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 29.41%
G = 40.88%
B = 29.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#648B65 (or 0x648B65) is known color: Laurel. HEX triplet: 64, 8B and 65. RGB value is (100,139,101). Sum of RGB (Red+Green+Blue) = 100+139+101=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #648B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B65 is #9B749A. Grayscale: #7B7B7B. Windows color (decimal): -10187931 or 6654820. OLE color: 6654820.

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

Color convert

RGB 100 139 101 -
CMYK 0.28 0 0.27 0.45
HSL 121.54º 0.16% 0.47% -
HSV(B) 121.54º 0.28% 0.55% -
XYZ 16.84 22.11 15.69 -
YUV 123.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 100 139 101 0.28 0 0.27 0.45 121.54 0.16 0.47
Hex 64 8B 65 1C 0 1B 2D 7A 10 2F
Octal 144 213 145 34 0 33 55 172 20 57
Binary 1100100 10001011 1100101 11100 0 11011 101101 1111010 10000 101111

Color Harmonies of #648B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B65

Black with #648B65

Text Example


Text Example

White with #648B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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