Html Css Color HEX #678275 Cutty Sark

📋 copy color: '#678275'

red 103 ◦ green 130 ◦ blue 117

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

Shades of Cutty Sark #678275

Tints of Cutty Sark #678275

RGB

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

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

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

R = 29.43%
G = 37.14%
B = 33.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#678275 (or 0x678275) is known color: Cutty Sark. HEX triplet: 67, 82 and 75. RGB value is (103,130,117). Sum of RGB (Red+Green+Blue) = 103+130+117=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #678275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678275 is #987D8A. Grayscale: #787878. Windows color (decimal): -9993611 or 7701095. OLE color: 7701095.

HSL color Cylindrical-coordinate representation of color #678275: hue angle of 151.11º 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 #678275 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 117 -
CMYK 0.21 0 0.1 0.49
HSL 151.11º 0.12% 0.46% -
HSV(B) 151.11º 0.21% 0.51% -
XYZ 16.79 20.13 19.83 -
YUV 120.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 103 130 117 0.21 0 0.1 0.49 151.11 0.12 0.46
Hex 67 82 75 15 0 A 31 97 C 2E
Octal 147 202 165 25 0 12 61 227 14 56
Binary 1100111 10000010 1110101 10101 0 1010 110001 10010111 1100 101110

Color Harmonies of #678275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678275

Black with #678275

Text Example


Text Example

White with #678275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678275; }

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

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

background-color css

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

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

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

border-color css

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

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

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