Html Css Color HEX #608576 Cutty Sark

📋 copy color: '#608576'

red 96 ◦ green 133 ◦ blue 118

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

Shades of Cutty Sark #608576

Tints of Cutty Sark #608576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.33%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 27.67%
G = 38.33%
B = 34.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#608576 (or 0x608576) is known color: Cutty Sark. HEX triplet: 60, 85 and 76. RGB value is (96,133,118). Sum of RGB (Red+Green+Blue) = 96+133+118=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #608576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608576 is #9F7A89. Grayscale: #787878. Windows color (decimal): -10451594 or 7767392. OLE color: 7767392.

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

Color convert

RGB 96 133 118 -
CMYK 0.28 0 0.11 0.48
HSL 155.68º 0.16% 0.45% -
HSV(B) 155.68º 0.28% 0.52% -
XYZ 16.48 20.57 20.24 -
YUV 120.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 96 133 118 0.28 0 0.11 0.48 155.68 0.16 0.45
Hex 60 85 76 1C 0 B 30 9C 10 2D
Octal 140 205 166 34 0 13 60 234 20 55
Binary 1100000 10000101 1110110 11100 0 1011 110000 10011100 10000 101101

Color Harmonies of #608576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608576

Black with #608576

Text Example


Text Example

White with #608576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608576; }

 p { color: rgb(96,133,118); }

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

background-color css

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

 a { background-color: rgb(96,133,118); }

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

border-color css

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

 span { border-color: rgb(96,133,118); }

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