Html Css Color HEX #668676 Cutty Sark

📋 copy color: '#668676'

red 102 ◦ green 134 ◦ blue 118

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

Shades of Cutty Sark #668676

Tints of Cutty Sark #668676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 28.81%
G = 37.85%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#668676 (or 0x668676) is known color: Cutty Sark. HEX triplet: 66, 86 and 76. RGB value is (102,134,118). Sum of RGB (Red+Green+Blue) = 102+134+118=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #668676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668676 is #997989. Grayscale: #7A7A7A. Windows color (decimal): -10058122 or 7767654. OLE color: 7767654.

HSL color Cylindrical-coordinate representation of color #668676: hue angle of 150º 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 #668676 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 118 -
CMYK 0.24 0 0.12 0.47
HSL 150º 0.14% 0.46% -
HSV(B) 150º 0.24% 0.53% -
XYZ 17.27 21.18 20.32 -
YUV 122.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 102 134 118 0.24 0 0.12 0.47 150 0.14 0.46
Hex 66 86 76 18 0 C 2F 96 E 2E
Octal 146 206 166 30 0 14 57 226 16 56
Binary 1100110 10000110 1110110 11000 0 1100 101111 10010110 1110 101110

Color Harmonies of #668676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668676

Black with #668676

Text Example


Text Example

White with #668676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668676; }

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

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

background-color css

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

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

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

border-color css

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

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

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