Html Css Color HEX #64946A Laurel

📋 copy color: '#64946A'

red 100 ◦ green 148 ◦ blue 106

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

Shades of Laurel #64946A

Tints of Laurel #64946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 28.25%
G = 41.81%
B = 29.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#64946A (or 0x64946A) is known color: Laurel. HEX triplet: 64, 94 and 6A. RGB value is (100,148,106). Sum of RGB (Red+Green+Blue) = 100+148+106=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #64946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64946A is #9B6B95. Grayscale: #808080. Windows color (decimal): -10185622 or 6984804. OLE color: 6984804.

HSL color Cylindrical-coordinate representation of color #64946A: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64946A is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 148 106 -
CMYK 0.32 0 0.28 0.42
HSL 127.5º 0.19% 0.49% -
HSV(B) 127.5º 0.32% 0.58% -
XYZ 18.45 24.93 17.48 -
YUV 128.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 100 148 106 0.32 0 0.28 0.42 127.5 0.19 0.49
Hex 64 94 6A 20 0 1C 2A 80 13 31
Octal 144 224 152 40 0 34 52 200 23 61
Binary 1100100 10010100 1101010 100000 0 11100 101010 10000000 10011 110001

Color Harmonies of #64946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64946A

Black with #64946A

Text Example


Text Example

White with #64946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64946A; }

 p { color: rgb(100,148,106); }

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

background-color css

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

 a { background-color: rgb(100,148,106); }

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

border-color css

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

 span { border-color: rgb(100,148,106); }

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