Html Css Color HEX #667670 Cutty Sark

📋 copy color: '#667670'

red 102 ◦ green 118 ◦ blue 112

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

Shades of Cutty Sark #667670

Tints of Cutty Sark #667670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 30.72%
G = 35.54%
B = 33.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#667670 (or 0x667670) is known color: Cutty Sark. HEX triplet: 66, 76 and 70. RGB value is (102,118,112). Sum of RGB (Red+Green+Blue) = 102+118+112=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #667670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667670 is #99898F. Grayscale: #707070. Windows color (decimal): -10062224 or 7370342. OLE color: 7370342.

HSL color Cylindrical-coordinate representation of color #667670: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #667670 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 112 -
CMYK 0.14 0 0.05 0.54
HSL 157.5º 0.07% 0.43% -
HSV(B) 157.5º 0.14% 0.46% -
XYZ 14.88 16.95 17.82 -
YUV 112.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 102 118 112 0.14 0 0.05 0.54 157.5 0.07 0.43
Hex 66 76 70 E 0 5 36 9E 7 2B
Octal 146 166 160 16 0 5 66 236 7 53
Binary 1100110 1110110 1110000 1110 0 101 110110 10011110 111 101011

Color Harmonies of #667670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667670

Black with #667670

Text Example


Text Example

White with #667670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667670; }

 p { color: rgb(102,118,112); }

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

background-color css

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

 a { background-color: rgb(102,118,112); }

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

border-color css

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

 span { border-color: rgb(102,118,112); }

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