Html Css Color HEX #648968 Laurel

📋 copy color: '#648968'

red 100 ◦ green 137 ◦ blue 104

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

Shades of Laurel #648968

Tints of Laurel #648968

RGB

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

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

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

R = 29.33%
G = 40.18%
B = 30.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#648968 (or 0x648968) is known color: Laurel. HEX triplet: 64, 89 and 68. RGB value is (100,137,104). Sum of RGB (Red+Green+Blue) = 100+137+104=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #648968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648968 is #9B7697. Grayscale: #7A7A7A. Windows color (decimal): -10188440 or 6850916. OLE color: 6850916.

HSL color Cylindrical-coordinate representation of color #648968: hue angle of 126.49º 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 #648968 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 104 -
CMYK 0.27 0 0.24 0.46
HSL 126.49º 0.16% 0.46% -
HSV(B) 126.49º 0.27% 0.54% -
XYZ 16.7 21.6 16.39 -
YUV 122.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 100 137 104 0.27 0 0.24 0.46 126.49 0.16 0.46
Hex 64 89 68 1B 0 18 2E 7E 10 2E
Octal 144 211 150 33 0 30 56 176 20 56
Binary 1100100 10001001 1101000 11011 0 11000 101110 1111110 10000 101110

Color Harmonies of #648968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648968

Black with #648968

Text Example


Text Example

White with #648968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648968; }

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

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

background-color css

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

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

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

border-color css

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

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

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