Html Css Color HEX #608479 Cutty Sark

📋 copy color: '#608479'

red 96 ◦ green 132 ◦ blue 121

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

Shades of Cutty Sark #608479

Tints of Cutty Sark #608479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.67%

R = 27.51%
G = 37.82%
B = 34.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#608479 (or 0x608479) is known color: Cutty Sark. HEX triplet: 60, 84 and 79. RGB value is (96,132,121). Sum of RGB (Red+Green+Blue) = 96+132+121=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #608479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608479 is #9F7B86. Grayscale: #777777. Windows color (decimal): -10451847 or 7963744. OLE color: 7963744.

HSL color Cylindrical-coordinate representation of color #608479: hue angle of 161.67º 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 #608479 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 121 -
CMYK 0.27 0 0.08 0.48
HSL 161.67º 0.16% 0.45% -
HSV(B) 161.67º 0.27% 0.52% -
XYZ 16.53 20.37 21.15 -
YUV 119.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 96 132 121 0.27 0 0.08 0.48 161.67 0.16 0.45
Hex 60 84 79 1B 0 8 30 A2 10 2D
Octal 140 204 171 33 0 10 60 242 20 55
Binary 1100000 10000100 1111001 11011 0 1000 110000 10100010 10000 101101

Color Harmonies of #608479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608479

Black with #608479

Text Example


Text Example

White with #608479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608479; }

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

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

background-color css

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

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

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

border-color css

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

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

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