Html Css Color HEX #678278 Cutty Sark

📋 copy color: '#678278'

red 103 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #678278

Tints of Cutty Sark #678278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

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

R = 29.18%
G = 36.83%
B = 33.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#678278 (or 0x678278) is known color: Cutty Sark. HEX triplet: 67, 82 and 78. RGB value is (103,130,120). Sum of RGB (Red+Green+Blue) = 103+130+120=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #678278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678278 is #987D87. Grayscale: #787878. Windows color (decimal): -9993608 or 7897703. OLE color: 7897703.

HSL color Cylindrical-coordinate representation of color #678278: hue angle of 157.78º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678278 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 120 -
CMYK 0.21 0 0.08 0.49
HSL 157.78º 0.12% 0.46% -
HSV(B) 157.78º 0.21% 0.51% -
XYZ 16.97 20.2 20.78 -
YUV 120.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 103 130 120 0.21 0 0.08 0.49 157.78 0.12 0.46
Hex 67 82 78 15 0 8 31 9E C 2E
Octal 147 202 170 25 0 10 61 236 14 56
Binary 1100111 10000010 1111000 10101 0 1000 110001 10011110 1100 101110

Color Harmonies of #678278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678278

Black with #678278

Text Example


Text Example

White with #678278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678278; }

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

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

background-color css

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

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

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

border-color css

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

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

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