Html Css Color HEX #64876A Laurel

📋 copy color: '#64876A'

red 100 ◦ green 135 ◦ blue 106

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

Shades of Laurel #64876A

Tints of Laurel #64876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.59%

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 29.33%
G = 39.59%
B = 31.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#64876A (or 0x64876A) is known color: Laurel. HEX triplet: 64, 87 and 6A. RGB value is (100,135,106). Sum of RGB (Red+Green+Blue) = 100+135+106=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #64876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64876A is #9B7895. Grayscale: #797979. Windows color (decimal): -10188950 or 6981476. OLE color: 6981476.

HSL color Cylindrical-coordinate representation of color #64876A: hue angle of 130.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64876A is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 106 -
CMYK 0.26 0 0.21 0.47
HSL 130.29º 0.15% 0.46% -
HSV(B) 130.29º 0.26% 0.53% -
XYZ 16.52 21.08 16.83 -
YUV 121.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 100 135 106 0.26 0 0.21 0.47 130.29 0.15 0.46
Hex 64 87 6A 1A 0 15 2F 82 F 2E
Octal 144 207 152 32 0 25 57 202 17 56
Binary 1100100 10000111 1101010 11010 0 10101 101111 10000010 1111 101110

Color Harmonies of #64876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64876A

Black with #64876A

Text Example


Text Example

White with #64876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64876A; }

 p { color: rgb(100,135,106); }

 H1.HeaderClassName
 {
   color: #64876A;
 }
 .AnyTagClassName
 {
   color: #64876A;
 }
</style>

background-color css

<style>
 a { background-color: #64876A; }

 a { background-color: rgb(100,135,106); }

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

border-color css

<style>
 span { border-color: #64876A; }

 span { border-color: rgb(100,135,106); }

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