Html Css Color HEX #678478 Cutty Sark

📋 copy color: '#678478'

red 103 ◦ green 132 ◦ blue 120

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

Shades of Cutty Sark #678478

Tints of Cutty Sark #678478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 29.01%
G = 37.18%
B = 33.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#678478 (or 0x678478) is known color: Cutty Sark. HEX triplet: 67, 84 and 78. RGB value is (103,132,120). Sum of RGB (Red+Green+Blue) = 103+132+120=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #678478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678478 is #987B87. Grayscale: #797979. Windows color (decimal): -9993096 or 7898215. OLE color: 7898215.

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

Color convert

RGB 103 132 120 -
CMYK 0.22 0 0.09 0.48
HSL 155.17º 0.12% 0.46% -
HSV(B) 155.17º 0.22% 0.52% -
XYZ 17.23 20.74 20.86 -
YUV 121.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 103 132 120 0.22 0 0.09 0.48 155.17 0.12 0.46
Hex 67 84 78 16 0 9 30 9B C 2E
Octal 147 204 170 26 0 11 60 233 14 56
Binary 1100111 10000100 1111000 10110 0 1001 110000 10011011 1100 101110

Color Harmonies of #678478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678478

Black with #678478

Text Example


Text Example

White with #678478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678478; }

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

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

background-color css

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

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

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

border-color css

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

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

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