Html Css Color HEX #678476 Cutty Sark

📋 copy color: '#678476'

red 103 ◦ green 132 ◦ blue 118

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

Shades of Cutty Sark #678476

Tints of Cutty Sark #678476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.39%

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

R = 29.18%
G = 37.39%
B = 33.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#678476 (or 0x678476) is known color: Cutty Sark. HEX triplet: 67, 84 and 76. RGB value is (103,132,118). Sum of RGB (Red+Green+Blue) = 103+132+118=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #678476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678476 is #987B89. Grayscale: #797979. Windows color (decimal): -9993098 or 7767143. OLE color: 7767143.

HSL color Cylindrical-coordinate representation of color #678476: hue angle of 151.03º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678476 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 118 -
CMYK 0.22 0 0.11 0.48
HSL 151.03º 0.12% 0.46% -
HSV(B) 151.03º 0.22% 0.52% -
XYZ 17.11 20.69 20.23 -
YUV 121.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 103 132 118 0.22 0 0.11 0.48 151.03 0.12 0.46
Hex 67 84 76 16 0 B 30 97 C 2E
Octal 147 204 166 26 0 13 60 227 14 56
Binary 1100111 10000100 1110110 10110 0 1011 110000 10010111 1100 101110

Color Harmonies of #678476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678476

Black with #678476

Text Example


Text Example

White with #678476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678476; }

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

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

background-color css

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

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

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

border-color css

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

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

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