Html Css Color HEX #668666 Laurel

📋 copy color: '#668666'

red 102 ◦ green 134 ◦ blue 102

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

Shades of Laurel #668666

Tints of Laurel #668666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.64%

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

R = 30.18%
G = 39.64%
B = 30.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#668666 (or 0x668666) is known color: Laurel. HEX triplet: 66, 86 and 66. RGB value is (102,134,102). Sum of RGB (Red+Green+Blue) = 102+134+102=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #668666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668666 is #997999. Grayscale: #787878. Windows color (decimal): -10058138 or 6719078. OLE color: 6719078.

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

Color convert

RGB 102 134 102 -
CMYK 0.24 0 0.24 0.47
HSL 120º 0.14% 0.46% -
HSV(B) 120º 0.24% 0.53% -
XYZ 16.4 20.83 15.73 -
YUV 120.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 102 134 102 0.24 0 0.24 0.47 120 0.14 0.46
Hex 66 86 66 18 0 18 2F 78 E 2E
Octal 146 206 146 30 0 30 57 170 16 56
Binary 1100110 10000110 1100110 11000 0 11000 101111 1111000 1110 101110

Color Harmonies of #668666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668666

Black with #668666

Text Example


Text Example

White with #668666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668666; }

 p { color: rgb(102,134,102); }

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

background-color css

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

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

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

border-color css

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

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

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