Html Css Color HEX #668979 Cutty Sark

📋 copy color: '#668979'

red 102 ◦ green 137 ◦ blue 121

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

Shades of Cutty Sark #668979

Tints of Cutty Sark #668979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

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

R = 28.33%
G = 38.06%
B = 33.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#668979 (or 0x668979) is known color: Cutty Sark. HEX triplet: 66, 89 and 79. RGB value is (102,137,121). Sum of RGB (Red+Green+Blue) = 102+137+121=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #668979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668979 is #997686. Grayscale: #7C7C7C. Windows color (decimal): -10057351 or 7965030. OLE color: 7965030.

HSL color Cylindrical-coordinate representation of color #668979: hue angle of 152.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668979 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 121 -
CMYK 0.26 0 0.12 0.46
HSL 152.57º 0.15% 0.47% -
HSV(B) 152.57º 0.26% 0.54% -
XYZ 17.88 22.1 21.41 -
YUV 124.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 102 137 121 0.26 0 0.12 0.46 152.57 0.15 0.47
Hex 66 89 79 1A 0 C 2E 99 F 2F
Octal 146 211 171 32 0 14 56 231 17 57
Binary 1100110 10001001 1111001 11010 0 1100 101110 10011001 1111 101111

Color Harmonies of #668979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668979

Black with #668979

Text Example


Text Example

White with #668979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668979; }

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

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

background-color css

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

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

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

border-color css

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

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

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