Html Css Color HEX #648B66 Laurel

📋 copy color: '#648B66'

red 100 ◦ green 139 ◦ blue 102

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

Shades of Laurel #648B66

Tints of Laurel #648B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 29.33%
G = 40.76%
B = 29.91%

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

#648B66 (or 0x648B66) is known color: Laurel. HEX triplet: 64, 8B and 66. RGB value is (100,139,102). Sum of RGB (Red+Green+Blue) = 100+139+102=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #648B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B66 is #9B7499. Grayscale: #7B7B7B. Windows color (decimal): -10187930 or 6720356. OLE color: 6720356.

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

Color convert

RGB 100 139 102 -
CMYK 0.28 0 0.27 0.45
HSL 123.08º 0.16% 0.47% -
HSV(B) 123.08º 0.28% 0.55% -
XYZ 16.89 22.13 15.95 -
YUV 123.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 100 139 102 0.28 0 0.27 0.45 123.08 0.16 0.47
Hex 64 8B 66 1C 0 1B 2D 7B 10 2F
Octal 144 213 146 34 0 33 55 173 20 57
Binary 1100100 10001011 1100110 11100 0 11011 101101 1111011 10000 101111

Color Harmonies of #648B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B66

Black with #648B66

Text Example


Text Example

White with #648B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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