Html Css Color HEX #668F6F Laurel

📋 copy color: '#668F6F'

red 102 ◦ green 143 ◦ blue 111

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

Shades of Laurel #668F6F

Tints of Laurel #668F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 28.65%
G = 40.17%
B = 31.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#668F6F (or 0x668F6F) is known color: Laurel. HEX triplet: 66, 8F and 6F. RGB value is (102,143,111). Sum of RGB (Red+Green+Blue) = 102+143+111=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #668F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F6F is #997090. Grayscale: #7F7F7F. Windows color (decimal): -10055825 or 7311206. OLE color: 7311206.

HSL color Cylindrical-coordinate representation of color #668F6F: hue angle of 133.17º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F6F is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 111 -
CMYK 0.29 0 0.22 0.44
HSL 133.17º 0.17% 0.48% -
HSV(B) 133.17º 0.29% 0.56% -
XYZ 18.17 23.62 18.64 -
YUV 127.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 102 143 111 0.29 0 0.22 0.44 133.17 0.17 0.48
Hex 66 8F 6F 1D 0 16 2C 85 11 30
Octal 146 217 157 35 0 26 54 205 21 60
Binary 1100110 10001111 1101111 11101 0 10110 101100 10000101 10001 110000

Color Harmonies of #668F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F6F

Black with #668F6F

Text Example


Text Example

White with #668F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,143,111); }

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

background-color css

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

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

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

border-color css

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

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

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