Html Css Color HEX #668174 Cutty Sark

📋 copy color: '#668174'

red 102 ◦ green 129 ◦ blue 116

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

Shades of Cutty Sark #668174

Tints of Cutty Sark #668174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.18%

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

R = 29.39%
G = 37.18%
B = 33.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#668174 (or 0x668174) is known color: Cutty Sark. HEX triplet: 66, 81 and 74. RGB value is (102,129,116). Sum of RGB (Red+Green+Blue) = 102+129+116=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #668174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668174 is #997E8B. Grayscale: #777777. Windows color (decimal): -10059404 or 7635302. OLE color: 7635302.

HSL color Cylindrical-coordinate representation of color #668174: hue angle of 151.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #668174 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 116 -
CMYK 0.21 0 0.10 0.49
HSL 151.11º 0.12% 0.45% -
HSV(B) 151.11º 0.21% 0.51% -
XYZ 16.48 19.79 19.47 -
YUV 119.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 102 129 116 0.21 0 0.10 0.49 151.11 0.12 0.45
Hex 66 81 74 15 0 A 31 97 C 2D
Octal 146 201 164 25 0 12 61 227 14 55
Binary 1100110 10000001 1110100 10101 0 1010 110001 10010111 1100 101101

Color Harmonies of #668174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668174

Black with #668174

Text Example


Text Example

White with #668174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668174; }

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

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

background-color css

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

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

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

border-color css

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

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

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