Html Css Color HEX #648966 Laurel

📋 copy color: '#648966'

red 100 ◦ green 137 ◦ blue 102

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

Shades of Laurel #648966

Tints of Laurel #648966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.41%

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

R = 29.5%
G = 40.41%
B = 30.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#648966 (or 0x648966) is known color: Laurel. HEX triplet: 64, 89 and 66. RGB value is (100,137,102). Sum of RGB (Red+Green+Blue) = 100+137+102=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #648966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648966 is #9B7699. Grayscale: #7A7A7A. Windows color (decimal): -10188442 or 6719844. OLE color: 6719844.

HSL color Cylindrical-coordinate representation of color #648966: hue angle of 123.24º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648966 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 102 -
CMYK 0.27 0 0.26 0.46
HSL 123.24º 0.16% 0.46% -
HSV(B) 123.24º 0.27% 0.54% -
XYZ 16.6 21.56 15.86 -
YUV 121.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 100 137 102 0.27 0 0.26 0.46 123.24 0.16 0.46
Hex 64 89 66 1B 0 1A 2E 7B 10 2E
Octal 144 211 146 33 0 32 56 173 20 56
Binary 1100100 10001001 1100110 11011 0 11010 101110 1111011 10000 101110

Color Harmonies of #648966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648966

Black with #648966

Text Example


Text Example

White with #648966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648966; }

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

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

background-color css

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

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

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

border-color css

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

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

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