Html Css Color HEX #608478 Cutty Sark

📋 copy color: '#608478'

red 96 ◦ green 132 ◦ blue 120

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

Shades of Cutty Sark #608478

Tints of Cutty Sark #608478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 27.59%
G = 37.93%
B = 34.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#608478 (or 0x608478) is known color: Cutty Sark. HEX triplet: 60, 84 and 78. RGB value is (96,132,120). Sum of RGB (Red+Green+Blue) = 96+132+120=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #608478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608478 is #9F7B87. Grayscale: #777777. Windows color (decimal): -10451848 or 7898208. OLE color: 7898208.

HSL color Cylindrical-coordinate representation of color #608478: hue angle of 160º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608478 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 120 -
CMYK 0.27 0 0.09 0.48
HSL 160º 0.16% 0.45% -
HSV(B) 160º 0.27% 0.52% -
XYZ 16.47 20.35 20.83 -
YUV 119.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 96 132 120 0.27 0 0.09 0.48 160 0.16 0.45
Hex 60 84 78 1B 0 9 30 A0 10 2D
Octal 140 204 170 33 0 11 60 240 20 55
Binary 1100000 10000100 1111000 11011 0 1001 110000 10100000 10000 101101

Color Harmonies of #608478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608478

Black with #608478

Text Example


Text Example

White with #608478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608478; }

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

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

background-color css

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

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

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

border-color css

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

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

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