Html Css Color HEX #668579 Cutty Sark

📋 copy color: '#668579'

red 102 ◦ green 133 ◦ blue 121

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

Shades of Cutty Sark #668579

Tints of Cutty Sark #668579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 28.65%
G = 37.36%
B = 33.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#668579 (or 0x668579) is known color: Cutty Sark. HEX triplet: 66, 85 and 79. RGB value is (102,133,121). Sum of RGB (Red+Green+Blue) = 102+133+121=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #668579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668579 is #997A86. Grayscale: #7A7A7A. Windows color (decimal): -10058375 or 7964006. OLE color: 7964006.

HSL color Cylindrical-coordinate representation of color #668579: hue angle of 156.77º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668579 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 121 -
CMYK 0.23 0 0.09 0.48
HSL 156.77º 0.13% 0.46% -
HSV(B) 156.77º 0.23% 0.52% -
XYZ 17.32 20.98 21.23 -
YUV 122.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 102 133 121 0.23 0 0.09 0.48 156.77 0.13 0.46
Hex 66 85 79 17 0 9 30 9D D 2E
Octal 146 205 171 27 0 11 60 235 15 56
Binary 1100110 10000101 1111001 10111 0 1001 110000 10011101 1101 101110

Color Harmonies of #668579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668579

Black with #668579

Text Example


Text Example

White with #668579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668579; }

 p { color: rgb(102,133,121); }

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

background-color css

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

 a { background-color: rgb(102,133,121); }

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

border-color css

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

 span { border-color: rgb(102,133,121); }

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