Html Css Color HEX #668B6D Laurel

📋 copy color: '#668B6D'

red 102 ◦ green 139 ◦ blue 109

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

Shades of Laurel #668B6D

Tints of Laurel #668B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.71%

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

R = 29.14%
G = 39.71%
B = 31.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#668B6D (or 0x668B6D) is known color: Laurel. HEX triplet: 66, 8B and 6D. RGB value is (102,139,109). Sum of RGB (Red+Green+Blue) = 102+139+109=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #668B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B6D is #997492. Grayscale: #7C7C7C. Windows color (decimal): -10056851 or 7179110. OLE color: 7179110.

HSL color Cylindrical-coordinate representation of color #668B6D: hue angle of 131.35º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B6D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 109 -
CMYK 0.27 0 0.22 0.45
HSL 131.35º 0.15% 0.47% -
HSV(B) 131.35º 0.27% 0.55% -
XYZ 17.47 22.39 17.87 -
YUV 124.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 102 139 109 0.27 0 0.22 0.45 131.35 0.15 0.47
Hex 66 8B 6D 1B 0 16 2D 83 F 2F
Octal 146 213 155 33 0 26 55 203 17 57
Binary 1100110 10001011 1101101 11011 0 10110 101101 10000011 1111 101111

Color Harmonies of #668B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B6D

Black with #668B6D

Text Example


Text Example

White with #668B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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