Html Css Color HEX #64926B Laurel

📋 copy color: '#64926B'

red 100 ◦ green 146 ◦ blue 107

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

Shades of Laurel #64926B

Tints of Laurel #64926B

RGB

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

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

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

R = 28.33%
G = 41.36%
B = 30.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#64926B (or 0x64926B) is known color: Laurel. HEX triplet: 64, 92 and 6B. RGB value is (100,146,107). Sum of RGB (Red+Green+Blue) = 100+146+107=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #64926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64926B is #9B6D94. Grayscale: #7F7F7F. Windows color (decimal): -10186133 or 7049828. OLE color: 7049828.

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

Color convert

RGB 100 146 107 -
CMYK 0.32 0 0.27 0.43
HSL 129.13º 0.19% 0.48% -
HSV(B) 129.13º 0.32% 0.57% -
XYZ 18.19 24.33 17.65 -
YUV 127.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 100 146 107 0.32 0 0.27 0.43 129.13 0.19 0.48
Hex 64 92 6B 20 0 1B 2B 81 13 30
Octal 144 222 153 40 0 33 53 201 23 60
Binary 1100100 10010010 1101011 100000 0 11011 101011 10000001 10011 110000

Color Harmonies of #64926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64926B

Black with #64926B

Text Example


Text Example

White with #64926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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