Html Css Color HEX #64936B Laurel

📋 copy color: '#64936B'

red 100 ◦ green 147 ◦ blue 107

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

Shades of Laurel #64936B

Tints of Laurel #64936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 28.25%
G = 41.53%
B = 30.23%

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

#64936B (or 0x64936B) is known color: Laurel. HEX triplet: 64, 93 and 6B. RGB value is (100,147,107). Sum of RGB (Red+Green+Blue) = 100+147+107=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #64936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64936B is #9B6C94. Grayscale: #808080. Windows color (decimal): -10185877 or 7050084. OLE color: 7050084.

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

Color convert

RGB 100 147 107 -
CMYK 0.32 0 0.27 0.42
HSL 128.94º 0.19% 0.48% -
HSV(B) 128.94º 0.32% 0.58% -
XYZ 18.34 24.64 17.7 -
YUV 128.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 100 147 107 0.32 0 0.27 0.42 128.94 0.19 0.48
Hex 64 93 6B 20 0 1B 2A 81 13 30
Octal 144 223 153 40 0 33 52 201 23 60
Binary 1100100 10010011 1101011 100000 0 11011 101010 10000001 10011 110000

Color Harmonies of #64936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64936B

Black with #64936B

Text Example


Text Example

White with #64936B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64936B; }

 p { color: rgb(100,147,107); }

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

background-color css

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

 a { background-color: rgb(100,147,107); }

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

border-color css

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

 span { border-color: rgb(100,147,107); }

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