Html Css Color HEX #668B79 Cutty Sark

📋 copy color: '#668B79'

red 102 ◦ green 139 ◦ blue 121

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

Shades of Cutty Sark #668B79

Tints of Cutty Sark #668B79

RGB

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

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

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

R = 28.18%
G = 38.4%
B = 33.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#668B79 (or 0x668B79) is known color: Cutty Sark. HEX triplet: 66, 8B and 79. RGB value is (102,139,121). Sum of RGB (Red+Green+Blue) = 102+139+121=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #668B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B79 is #997486. Grayscale: #7D7D7D. Windows color (decimal): -10056839 or 7965542. OLE color: 7965542.

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

Color convert

RGB 102 139 121 -
CMYK 0.27 0 0.13 0.45
HSL 150.81º 0.15% 0.47% -
HSV(B) 150.81º 0.27% 0.55% -
XYZ 18.16 22.67 21.51 -
YUV 125.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 102 139 121 0.27 0 0.13 0.45 150.81 0.15 0.47
Hex 66 8B 79 1B 0 D 2D 97 F 2F
Octal 146 213 171 33 0 15 55 227 17 57
Binary 1100110 10001011 1111001 11011 0 1101 101101 10010111 1111 101111

Color Harmonies of #668B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B79

Black with #668B79

Text Example


Text Example

White with #668B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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