Html Css Color HEX #668074 Cutty Sark

📋 copy color: '#668074'

red 102 ◦ green 128 ◦ blue 116

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

Shades of Cutty Sark #668074

Tints of Cutty Sark #668074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 29.48%
G = 36.99%
B = 33.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#668074 (or 0x668074) is known color: Cutty Sark. HEX triplet: 66, 80 and 74. RGB value is (102,128,116). Sum of RGB (Red+Green+Blue) = 102+128+116=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #668074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668074 is #997F8B. Grayscale: #767676. Windows color (decimal): -10059660 or 7635046. OLE color: 7635046.

HSL color Cylindrical-coordinate representation of color #668074: hue angle of 152.31º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #668074 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 116 -
CMYK 0.20 0 0.09 0.50
HSL 152.31º 0.11% 0.45% -
HSV(B) 152.31º 0.2% 0.5% -
XYZ 16.35 19.52 19.43 -
YUV 118.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 102 128 116 0.20 0 0.09 0.50 152.31 0.11 0.45
Hex 66 80 74 14 0 9 32 98 B 2D
Octal 146 200 164 24 0 11 62 230 13 55
Binary 1100110 10000000 1110100 10100 0 1001 110010 10011000 1011 101101

Color Harmonies of #668074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668074

Black with #668074

Text Example


Text Example

White with #668074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668074; }

 p { color: rgb(102,128,116); }

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

background-color css

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

 a { background-color: rgb(102,128,116); }

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

border-color css

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

 span { border-color: rgb(102,128,116); }

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