Html Css Color HEX #668075 Cutty Sark

📋 copy color: '#668075'

red 102 ◦ green 128 ◦ blue 117

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

Shades of Cutty Sark #668075

Tints of Cutty Sark #668075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 29.39%
G = 36.89%
B = 33.72%

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

#668075 (or 0x668075) is known color: Cutty Sark. HEX triplet: 66, 80 and 75. RGB value is (102,128,117). Sum of RGB (Red+Green+Blue) = 102+128+117=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #668075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668075 is #997F8A. Grayscale: #767676. Windows color (decimal): -10059659 or 7700582. OLE color: 7700582.

HSL color Cylindrical-coordinate representation of color #668075: hue angle of 154.62º 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 #668075 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 117 -
CMYK 0.20 0 0.09 0.50
HSL 154.62º 0.11% 0.45% -
HSV(B) 154.62º 0.2% 0.5% -
XYZ 16.41 19.55 19.74 -
YUV 118.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 102 128 117 0.20 0 0.09 0.50 154.62 0.11 0.45
Hex 66 80 75 14 0 9 32 9B B 2D
Octal 146 200 165 24 0 11 62 233 13 55
Binary 1100110 10000000 1110101 10100 0 1001 110010 10011011 1011 101101

Color Harmonies of #668075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668075

Black with #668075

Text Example


Text Example

White with #668075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668075; }

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

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

background-color css

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

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

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

border-color css

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

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

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