Html Css Color HEX #64946C Laurel

📋 copy color: '#64946C'

red 100 ◦ green 148 ◦ blue 108

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

Shades of Laurel #64946C

Tints of Laurel #64946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 28.09%
G = 41.57%
B = 30.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#64946C (or 0x64946C) is known color: Laurel. HEX triplet: 64, 94 and 6C. RGB value is (100,148,108). Sum of RGB (Red+Green+Blue) = 100+148+108=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #64946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64946C is #9B6B93. Grayscale: #818181. Windows color (decimal): -10185620 or 7115876. OLE color: 7115876.

HSL color Cylindrical-coordinate representation of color #64946C: hue angle of 130º 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 #64946C is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 148 108 -
CMYK 0.32 0 0.27 0.42
HSL 130º 0.19% 0.49% -
HSV(B) 130º 0.32% 0.58% -
XYZ 18.55 24.97 18.03 -
YUV 129.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 100 148 108 0.32 0 0.27 0.42 130 0.19 0.49
Hex 64 94 6C 20 0 1B 2A 82 13 31
Octal 144 224 154 40 0 33 52 202 23 61
Binary 1100100 10010100 1101100 100000 0 11011 101010 10000010 10011 110001

Color Harmonies of #64946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64946C

Black with #64946C

Text Example


Text Example

White with #64946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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