Html Css Color HEX #668B78 Cutty Sark

📋 copy color: '#668B78'

red 102 ◦ green 139 ◦ blue 120

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

Shades of Cutty Sark #668B78

Tints of Cutty Sark #668B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 28.25%
G = 38.5%
B = 33.24%

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

#668B78 (or 0x668B78) is known color: Cutty Sark. HEX triplet: 66, 8B and 78. RGB value is (102,139,120). Sum of RGB (Red+Green+Blue) = 102+139+120=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #668B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B78 is #997487. Grayscale: #7D7D7D. Windows color (decimal): -10056840 or 7900006. OLE color: 7900006.

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

Color convert

RGB 102 139 120 -
CMYK 0.27 0 0.14 0.45
HSL 149.19º 0.15% 0.47% -
HSV(B) 149.19º 0.27% 0.55% -
XYZ 18.1 22.65 21.19 -
YUV 125.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 102 139 120 0.27 0 0.14 0.45 149.19 0.15 0.47
Hex 66 8B 78 1B 0 E 2D 95 F 2F
Octal 146 213 170 33 0 16 55 225 17 57
Binary 1100110 10001011 1111000 11011 0 1110 101101 10010101 1111 101111

Color Harmonies of #668B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B78

Black with #668B78

Text Example


Text Example

White with #668B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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