Html Css Color HEX #64926D Laurel

📋 copy color: '#64926D'

red 100 ◦ green 146 ◦ blue 109

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

Shades of Laurel #64926D

Tints of Laurel #64926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 28.17%
G = 41.13%
B = 30.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#64926D (or 0x64926D) is known color: Laurel. HEX triplet: 64, 92 and 6D. RGB value is (100,146,109). Sum of RGB (Red+Green+Blue) = 100+146+109=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #64926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64926D is #9B6D92. Grayscale: #808080. Windows color (decimal): -10186131 or 7180900. OLE color: 7180900.

HSL color Cylindrical-coordinate representation of color #64926D: hue angle of 131.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64926D is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 109 -
CMYK 0.32 0 0.25 0.43
HSL 131.74º 0.19% 0.48% -
HSV(B) 131.74º 0.32% 0.57% -
XYZ 18.29 24.37 18.21 -
YUV 128.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 100 146 109 0.32 0 0.25 0.43 131.74 0.19 0.48
Hex 64 92 6D 20 0 19 2B 84 13 30
Octal 144 222 155 40 0 31 53 204 23 60
Binary 1100100 10010010 1101101 100000 0 11001 101011 10000100 10011 110000

Color Harmonies of #64926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64926D

Black with #64926D

Text Example


Text Example

White with #64926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64926D; }

 p { color: rgb(100,146,109); }

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

background-color css

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

 a { background-color: rgb(100,146,109); }

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

border-color css

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

 span { border-color: rgb(100,146,109); }

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