Html Css Color HEX #648068 Laurel

📋 copy color: '#648068'

red 100 ◦ green 128 ◦ blue 104

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

Shades of Laurel #648068

Tints of Laurel #648068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 30.12%
G = 38.55%
B = 31.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#648068 (or 0x648068) is known color: Laurel. HEX triplet: 64, 80 and 68. RGB value is (100,128,104). Sum of RGB (Red+Green+Blue) = 100+128+104=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #648068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648068 is #9B7F97. Grayscale: #747474. Windows color (decimal): -10190744 or 6848612. OLE color: 6848612.

HSL color Cylindrical-coordinate representation of color #648068: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648068 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 128 104 -
CMYK 0.22 0 0.19 0.50
HSL 128.57º 0.12% 0.45% -
HSV(B) 128.57º 0.22% 0.5% -
XYZ 15.47 19.15 15.98 -
YUV 116.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 100 128 104 0.22 0 0.19 0.50 128.57 0.12 0.45
Hex 64 80 68 16 0 13 32 81 C 2D
Octal 144 200 150 26 0 23 62 201 14 55
Binary 1100100 10000000 1101000 10110 0 10011 110010 10000001 1100 101101

Color Harmonies of #648068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648068

Black with #648068

Text Example


Text Example

White with #648068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648068; }

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

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

background-color css

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

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

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

border-color css

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

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

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