Html Css Color HEX #608678 Cutty Sark

📋 copy color: '#608678'

red 96 ◦ green 134 ◦ blue 120

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

Shades of Cutty Sark #608678

Tints of Cutty Sark #608678

RGB

 RED value IS 96 (37.89% from 255) = 27.43%

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 27.43%
G = 38.29%
B = 34.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#608678 (or 0x608678) is known color: Cutty Sark. HEX triplet: 60, 86 and 78. RGB value is (96,134,120). Sum of RGB (Red+Green+Blue) = 96+134+120=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #608678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608678 is #9F7987. Grayscale: #797979. Windows color (decimal): -10451336 or 7898720. OLE color: 7898720.

HSL color Cylindrical-coordinate representation of color #608678: hue angle of 157.89º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608678 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 120 -
CMYK 0.28 0 0.10 0.47
HSL 157.89º 0.17% 0.45% -
HSV(B) 157.89º 0.28% 0.53% -
XYZ 16.74 20.89 20.92 -
YUV 121.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 96 134 120 0.28 0 0.10 0.47 157.89 0.17 0.45
Hex 60 86 78 1C 0 A 2F 9E 11 2D
Octal 140 206 170 34 0 12 57 236 21 55
Binary 1100000 10000110 1111000 11100 0 1010 101111 10011110 10001 101101

Color Harmonies of #608678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608678

Black with #608678

Text Example


Text Example

White with #608678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608678; }

 p { color: rgb(96,134,120); }

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

background-color css

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

 a { background-color: rgb(96,134,120); }

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

border-color css

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

 span { border-color: rgb(96,134,120); }

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