Html Css Color HEX #668F6D Laurel

📋 copy color: '#668F6D'

red 102 ◦ green 143 ◦ blue 109

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

Shades of Laurel #668F6D

Tints of Laurel #668F6D

RGB

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

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

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

R = 28.81%
G = 40.4%
B = 30.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#668F6D (or 0x668F6D) is known color: Laurel. HEX triplet: 66, 8F and 6D. RGB value is (102,143,109). Sum of RGB (Red+Green+Blue) = 102+143+109=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 143 - color contains mainly: green. Hex color #668F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F6D is #997092. Grayscale: #7E7E7E. Windows color (decimal): -10055827 or 7180134. OLE color: 7180134.

HSL color Cylindrical-coordinate representation of color #668F6D: hue angle of 130.24º 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 #668F6D is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 109 -
CMYK 0.29 0 0.24 0.44
HSL 130.24º 0.17% 0.48% -
HSV(B) 130.24º 0.29% 0.56% -
XYZ 18.06 23.57 18.07 -
YUV 126.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 102 143 109 0.29 0 0.24 0.44 130.24 0.17 0.48
Hex 66 8F 6D 1D 0 18 2C 82 11 30
Octal 146 217 155 35 0 30 54 202 21 60
Binary 1100110 10001111 1101101 11101 0 11000 101100 10000010 10001 110000

Color Harmonies of #668F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F6D

Black with #668F6D

Text Example


Text Example

White with #668F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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