Html Css Color HEX #667E75 Cutty Sark

📋 copy color: '#667E75'

red 102 ◦ green 126 ◦ blue 117

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

Shades of Cutty Sark #667E75

Tints of Cutty Sark #667E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.52%

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

R = 29.57%
G = 36.52%
B = 33.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#667E75 (or 0x667E75) is known color: Cutty Sark. HEX triplet: 66, 7E and 75. RGB value is (102,126,117). Sum of RGB (Red+Green+Blue) = 102+126+117=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 126 - color contains mainly: green. Hex color #667E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E75 is #99818A. Grayscale: #757575. Windows color (decimal): -10060171 or 7700070. OLE color: 7700070.

HSL color Cylindrical-coordinate representation of color #667E75: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667E75 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 126 117 -
CMYK 0.19 0 0.07 0.51
HSL 157.5º 0.11% 0.45% -
HSV(B) 157.5º 0.19% 0.49% -
XYZ 16.15 19.03 19.65 -
YUV 117.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 102 126 117 0.19 0 0.07 0.51 157.5 0.11 0.45
Hex 66 7E 75 13 0 7 33 9E B 2D
Octal 146 176 165 23 0 7 63 236 13 55
Binary 1100110 1111110 1110101 10011 0 111 110011 10011110 1011 101101

Color Harmonies of #667E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667E75

Black with #667E75

Text Example


Text Example

White with #667E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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