Html Css Color HEX #668C79 Cutty Sark

📋 copy color: '#668C79'

red 102 ◦ green 140 ◦ blue 121

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

Shades of Cutty Sark #668C79

Tints of Cutty Sark #668C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

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

R = 28.1%
G = 38.57%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#668C79 (or 0x668C79) is known color: Cutty Sark. HEX triplet: 66, 8C and 79. RGB value is (102,140,121). Sum of RGB (Red+Green+Blue) = 102+140+121=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 140 - color contains mainly: green. Hex color #668C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668C79 is #997386. Grayscale: #7E7E7E. Windows color (decimal): -10056583 or 7965798. OLE color: 7965798.

HSL color Cylindrical-coordinate representation of color #668C79: hue angle of 150º degrees, saturation: 0.16, 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 #668C79 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 121 -
CMYK 0.27 0 0.14 0.45
HSL 150º 0.16% 0.47% -
HSV(B) 150º 0.27% 0.55% -
XYZ 18.31 22.96 21.56 -
YUV 126.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 102 140 121 0.27 0 0.14 0.45 150 0.16 0.47
Hex 66 8C 79 1B 0 E 2D 96 10 2F
Octal 146 214 171 33 0 16 55 226 20 57
Binary 1100110 10001100 1111001 11011 0 1110 101101 10010110 10000 101111

Color Harmonies of #668C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C79

Black with #668C79

Text Example


Text Example

White with #668C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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