Html Css Color HEX #64976B Laurel

📋 copy color: '#64976B'

red 100 ◦ green 151 ◦ blue 107

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

Shades of Laurel #64976B

Tints of Laurel #64976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

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

R = 27.93%
G = 42.18%
B = 29.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#64976B (or 0x64976B) is known color: Laurel. HEX triplet: 64, 97 and 6B. RGB value is (100,151,107). Sum of RGB (Red+Green+Blue) = 100+151+107=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #64976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64976B is #9B6894. Grayscale: #828282. Windows color (decimal): -10184853 or 7051108. OLE color: 7051108.

HSL color Cylindrical-coordinate representation of color #64976B: hue angle of 128.24º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64976B is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 151 107 -
CMYK 0.34 0 0.29 0.41
HSL 128.24º 0.2% 0.49% -
HSV(B) 128.24º 0.34% 0.59% -
XYZ 18.98 25.9 17.91 -
YUV 130.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 100 151 107 0.34 0 0.29 0.41 128.24 0.2 0.49
Hex 64 97 6B 22 0 1D 29 80 14 31
Octal 144 227 153 42 0 35 51 200 24 61
Binary 1100100 10010111 1101011 100010 0 11101 101001 10000000 10100 110001

Color Harmonies of #64976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64976B

Black with #64976B

Text Example


Text Example

White with #64976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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