Html Css Color HEX #608778 Cutty Sark

📋 copy color: '#608778'

red 96 ◦ green 135 ◦ blue 120

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

Shades of Cutty Sark #608778

Tints of Cutty Sark #608778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.46%

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

R = 27.35%
G = 38.46%
B = 34.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#608778 (or 0x608778) is known color: Cutty Sark. HEX triplet: 60, 87 and 78. RGB value is (96,135,120). Sum of RGB (Red+Green+Blue) = 96+135+120=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #608778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608778 is #9F7887. Grayscale: #797979. Windows color (decimal): -10451080 or 7898976. OLE color: 7898976.

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

Color convert

RGB 96 135 120 -
CMYK 0.29 0 0.11 0.47
HSL 156.92º 0.17% 0.45% -
HSV(B) 156.92º 0.29% 0.53% -
XYZ 16.88 21.17 20.97 -
YUV 121.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 96 135 120 0.29 0 0.11 0.47 156.92 0.17 0.45
Hex 60 87 78 1D 0 B 2F 9D 11 2D
Octal 140 207 170 35 0 13 57 235 21 55
Binary 1100000 10000111 1111000 11101 0 1011 101111 10011101 10001 101101

Color Harmonies of #608778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608778

Black with #608778

Text Example


Text Example

White with #608778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608778; }

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

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

background-color css

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

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

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

border-color css

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

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

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