Html Css Color HEX #668D67 Laurel

📋 copy color: '#668D67'

red 102 ◦ green 141 ◦ blue 103

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

Shades of Laurel #668D67

Tints of Laurel #668D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.77%

R = 29.48%
G = 40.75%
B = 29.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#668D67 (or 0x668D67) is known color: Laurel. HEX triplet: 66, 8D and 67. RGB value is (102,141,103). Sum of RGB (Red+Green+Blue) = 102+141+103=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #668D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D67 is #997298. Grayscale: #7D7D7D. Windows color (decimal): -10056345 or 6786406. OLE color: 6786406.

HSL color Cylindrical-coordinate representation of color #668D67: hue angle of 121.54º 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 #668D67 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 141 103 -
CMYK 0.28 0 0.27 0.45
HSL 121.54º 0.16% 0.48% -
HSV(B) 121.54º 0.28% 0.55% -
XYZ 17.45 22.85 16.32 -
YUV 125.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 102 141 103 0.28 0 0.27 0.45 121.54 0.16 0.48
Hex 66 8D 67 1C 0 1B 2D 7A 10 30
Octal 146 215 147 34 0 33 55 172 20 60
Binary 1100110 10001101 1100111 11100 0 11011 101101 1111010 10000 110000

Color Harmonies of #668D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D67

Black with #668D67

Text Example


Text Example

White with #668D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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