Html Css Color HEX #678676 Cutty Sark

📋 copy color: '#678676'

red 103 ◦ green 134 ◦ blue 118

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

Shades of Cutty Sark #678676

Tints of Cutty Sark #678676

RGB

 RED value IS 103 (40.63% from 255) = 29.01%

 GREEN value IS 134 (52.73% from 255) = 37.75%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 29.01%
G = 37.75%
B = 33.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#678676 (or 0x678676) is known color: Cutty Sark. HEX triplet: 67, 86 and 76. RGB value is (103,134,118). Sum of RGB (Red+Green+Blue) = 103+134+118=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #678676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678676 is #987989. Grayscale: #7A7A7A. Windows color (decimal): -9992586 or 7767655. OLE color: 7767655.

HSL color Cylindrical-coordinate representation of color #678676: hue angle of 149.03º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #678676 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 134 118 -
CMYK 0.23 0 0.12 0.47
HSL 149.03º 0.13% 0.46% -
HSV(B) 149.03º 0.23% 0.53% -
XYZ 17.39 21.24 20.32 -
YUV 122.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 103 134 118 0.23 0 0.12 0.47 149.03 0.13 0.46
Hex 67 86 76 17 0 C 2F 95 D 2E
Octal 147 206 166 27 0 14 57 225 15 56
Binary 1100111 10000110 1110110 10111 0 1100 101111 10010101 1101 101110

Color Harmonies of #678676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678676

Black with #678676

Text Example


Text Example

White with #678676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678676; }

 p { color: rgb(103,134,118); }

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

background-color css

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

 a { background-color: rgb(103,134,118); }

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

border-color css

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

 span { border-color: rgb(103,134,118); }

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