Html Css Color HEX #64936C Laurel

📋 copy color: '#64936C'

red 100 ◦ green 147 ◦ blue 108

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

Shades of Laurel #64936C

Tints of Laurel #64936C

RGB

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

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

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

R = 28.17%
G = 41.41%
B = 30.42%

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

#64936C (or 0x64936C) is known color: Laurel. HEX triplet: 64, 93 and 6C. RGB value is (100,147,108). Sum of RGB (Red+Green+Blue) = 100+147+108=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #64936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64936C is #9B6C93. Grayscale: #808080. Windows color (decimal): -10185876 or 7115620. OLE color: 7115620.

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

Color convert

RGB 100 147 108 -
CMYK 0.32 0 0.27 0.42
HSL 130.21º 0.19% 0.48% -
HSV(B) 130.21º 0.32% 0.58% -
XYZ 18.4 24.66 17.98 -
YUV 128.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 100 147 108 0.32 0 0.27 0.42 130.21 0.19 0.48
Hex 64 93 6C 20 0 1B 2A 82 13 30
Octal 144 223 154 40 0 33 52 202 23 60
Binary 1100100 10010011 1101100 100000 0 11011 101010 10000010 10011 110000

Color Harmonies of #64936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64936C

Black with #64936C

Text Example


Text Example

White with #64936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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