Html Css Color HEX #649C66 Laurel

📋 copy color: '#649C66'

red 100 ◦ green 156 ◦ blue 102

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

Shades of Laurel #649C66

Tints of Laurel #649C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.58%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 27.93%
G = 43.58%
B = 28.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#649C66 (or 0x649C66) is known color: Laurel. HEX triplet: 64, 9C and 66. RGB value is (100,156,102). Sum of RGB (Red+Green+Blue) = 100+156+102=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #649C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C66 is #9B6399. Grayscale: #858585. Windows color (decimal): -10183578 or 6724708. OLE color: 6724708.

HSL color Cylindrical-coordinate representation of color #649C66: hue angle of 122.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C66 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 156 102 -
CMYK 0.36 0 0.35 0.39
HSL 122.14º 0.22% 0.5% -
HSV(B) 122.14º 0.36% 0.61% -
XYZ 19.54 27.45 16.84 -
YUV 133.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 100 156 102 0.36 0 0.35 0.39 122.14 0.22 0.5
Hex 64 9C 66 24 0 23 27 7A 16 32
Octal 144 234 146 44 0 43 47 172 26 62
Binary 1100100 10011100 1100110 100100 0 100011 100111 1111010 10110 110010

Color Harmonies of #649C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649C66

Black with #649C66

Text Example


Text Example

White with #649C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649C66; }

 p { color: rgb(100,156,102); }

 H1.HeaderClassName
 {
   color: #649C66;
 }
 .AnyTagClassName
 {
   color: #649C66;
 }
</style>

background-color css

<style>
 a { background-color: #649C66; }

 a { background-color: rgb(100,156,102); }

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

border-color css

<style>
 span { border-color: #649C66; }

 span { border-color: rgb(100,156,102); }

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