Html Css Color HEX #668D6D Laurel

📋 copy color: '#668D6D'

red 102 ◦ green 141 ◦ blue 109

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

Shades of Laurel #668D6D

Tints of Laurel #668D6D

RGB

 RED value IS 102 (40.23% from 255) = 28.98%

 GREEN value IS 141 (55.47% from 255) = 40.06%

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

R = 28.98%
G = 40.06%
B = 30.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#668D6D (or 0x668D6D) is known color: Laurel. HEX triplet: 66, 8D and 6D. RGB value is (102,141,109). Sum of RGB (Red+Green+Blue) = 102+141+109=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #668D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D6D is #997292. Grayscale: #7D7D7D. Windows color (decimal): -10056339 or 7179622. OLE color: 7179622.

HSL color Cylindrical-coordinate representation of color #668D6D: hue angle of 130.77º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668D6D is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 141 109 -
CMYK 0.28 0 0.23 0.45
HSL 130.77º 0.16% 0.48% -
HSV(B) 130.77º 0.28% 0.55% -
XYZ 17.76 22.98 17.97 -
YUV 125.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 102 141 109 0.28 0 0.23 0.45 130.77 0.16 0.48
Hex 66 8D 6D 1C 0 17 2D 83 10 30
Octal 146 215 155 34 0 27 55 203 20 60
Binary 1100110 10001101 1101101 11100 0 10111 101101 10000011 10000 110000

Color Harmonies of #668D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D6D

Black with #668D6D

Text Example


Text Example

White with #668D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668D6D; }

 p { color: rgb(102,141,109); }

 H1.HeaderClassName
 {
   color: #668D6D;
 }
 .AnyTagClassName
 {
   color: #668D6D;
 }
</style>

background-color css

<style>
 a { background-color: #668D6D; }

 a { background-color: rgb(102,141,109); }

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

border-color css

<style>
 span { border-color: #668D6D; }

 span { border-color: rgb(102,141,109); }

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