Html Css Color HEX #668779 Cutty Sark

📋 copy color: '#668779'

red 102 ◦ green 135 ◦ blue 121

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

Shades of Cutty Sark #668779

Tints of Cutty Sark #668779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 28.49%
G = 37.71%
B = 33.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#668779 (or 0x668779) is known color: Cutty Sark. HEX triplet: 66, 87 and 79. RGB value is (102,135,121). Sum of RGB (Red+Green+Blue) = 102+135+121=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #668779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668779 is #997886. Grayscale: #7B7B7B. Windows color (decimal): -10057863 or 7964518. OLE color: 7964518.

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

Color convert

RGB 102 135 121 -
CMYK 0.24 0 0.10 0.47
HSL 154.55º 0.14% 0.46% -
HSV(B) 154.55º 0.24% 0.53% -
XYZ 17.59 21.53 21.32 -
YUV 123.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 102 135 121 0.24 0 0.10 0.47 154.55 0.14 0.46
Hex 66 87 79 18 0 A 2F 9B E 2E
Octal 146 207 171 30 0 12 57 233 16 56
Binary 1100110 10000111 1111001 11000 0 1010 101111 10011011 1110 101110

Color Harmonies of #668779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668779

Black with #668779

Text Example


Text Example

White with #668779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668779; }

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

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

background-color css

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

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

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

border-color css

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

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

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