Html Css Color HEX #678375 Cutty Sark

📋 copy color: '#678375'

red 103 ◦ green 131 ◦ blue 117

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

Shades of Cutty Sark #678375

Tints of Cutty Sark #678375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

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

R = 29.34%
G = 37.32%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#678375 (or 0x678375) is known color: Cutty Sark. HEX triplet: 67, 83 and 75. RGB value is (103,131,117). Sum of RGB (Red+Green+Blue) = 103+131+117=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #678375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678375 is #987C8A. Grayscale: #797979. Windows color (decimal): -9993355 or 7701351. OLE color: 7701351.

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

Color convert

RGB 103 131 117 -
CMYK 0.21 0 0.11 0.49
HSL 150º 0.12% 0.46% -
HSV(B) 150º 0.21% 0.51% -
XYZ 16.92 20.4 19.88 -
YUV 121.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 103 131 117 0.21 0 0.11 0.49 150 0.12 0.46
Hex 67 83 75 15 0 B 31 96 C 2E
Octal 147 203 165 25 0 13 61 226 14 56
Binary 1100111 10000011 1110101 10101 0 1011 110001 10010110 1100 101110

Color Harmonies of #678375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678375

Black with #678375

Text Example


Text Example

White with #678375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678375; }

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

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

background-color css

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

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

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

border-color css

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

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

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