Html Css Color HEX #608577 Cutty Sark

📋 copy color: '#608577'

red 96 ◦ green 133 ◦ blue 119

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

Shades of Cutty Sark #608577

Tints of Cutty Sark #608577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 27.59%
G = 38.22%
B = 34.2%

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

#608577 (or 0x608577) is known color: Cutty Sark. HEX triplet: 60, 85 and 77. RGB value is (96,133,119). Sum of RGB (Red+Green+Blue) = 96+133+119=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #608577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608577 is #9F7A88. Grayscale: #787878. Windows color (decimal): -10451593 or 7832928. OLE color: 7832928.

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

Color convert

RGB 96 133 119 -
CMYK 0.28 0 0.11 0.48
HSL 157.3º 0.16% 0.45% -
HSV(B) 157.3º 0.28% 0.52% -
XYZ 16.54 20.59 20.56 -
YUV 120.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 96 133 119 0.28 0 0.11 0.48 157.3 0.16 0.45
Hex 60 85 77 1C 0 B 30 9D 10 2D
Octal 140 205 167 34 0 13 60 235 20 55
Binary 1100000 10000101 1110111 11100 0 1011 110000 10011101 10000 101101

Color Harmonies of #608577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608577

Black with #608577

Text Example


Text Example

White with #608577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608577; }

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

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

background-color css

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

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

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

border-color css

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

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

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