Html Css Color HEX #668B77 Cutty Sark

📋 copy color: '#668B77'

red 102 ◦ green 139 ◦ blue 119

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

Shades of Cutty Sark #668B77

Tints of Cutty Sark #668B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 28.33%
G = 38.61%
B = 33.06%

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

#668B77 (or 0x668B77) is known color: Cutty Sark. HEX triplet: 66, 8B and 77. RGB value is (102,139,119). Sum of RGB (Red+Green+Blue) = 102+139+119=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #668B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B77 is #997488. Grayscale: #7D7D7D. Windows color (decimal): -10056841 or 7834470. OLE color: 7834470.

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

Color convert

RGB 102 139 119 -
CMYK 0.27 0 0.14 0.45
HSL 147.57º 0.15% 0.47% -
HSV(B) 147.57º 0.27% 0.55% -
XYZ 18.04 22.62 20.87 -
YUV 125.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 102 139 119 0.27 0 0.14 0.45 147.57 0.15 0.47
Hex 66 8B 77 1B 0 E 2D 94 F 2F
Octal 146 213 167 33 0 16 55 224 17 57
Binary 1100110 10001011 1110111 11011 0 1110 101101 10010100 1111 101111

Color Harmonies of #668B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B77

Black with #668B77

Text Example


Text Example

White with #668B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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