Html Css Color HEX #648468 Laurel

📋 copy color: '#648468'

red 100 ◦ green 132 ◦ blue 104

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

Shades of Laurel #648468

Tints of Laurel #648468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

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

R = 29.76%
G = 39.29%
B = 30.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#648468 (or 0x648468) is known color: Laurel. HEX triplet: 64, 84 and 68. RGB value is (100,132,104). Sum of RGB (Red+Green+Blue) = 100+132+104=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #648468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648468 is #9B7B97. Grayscale: #777777. Windows color (decimal): -10189720 or 6849636. OLE color: 6849636.

HSL color Cylindrical-coordinate representation of color #648468: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648468 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 104 -
CMYK 0.24 0 0.21 0.48
HSL 127.5º 0.14% 0.45% -
HSV(B) 127.5º 0.24% 0.52% -
XYZ 16.01 20.21 16.15 -
YUV 119.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 100 132 104 0.24 0 0.21 0.48 127.5 0.14 0.45
Hex 64 84 68 18 0 15 30 80 E 2D
Octal 144 204 150 30 0 25 60 200 16 55
Binary 1100100 10000100 1101000 11000 0 10101 110000 10000000 1110 101101

Color Harmonies of #648468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648468

Black with #648468

Text Example


Text Example

White with #648468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648468; }

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

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

background-color css

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

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

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

border-color css

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

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

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