Html Css Color HEX #608572 Cutty Sark

📋 copy color: '#608572'

red 96 ◦ green 133 ◦ blue 114

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

Shades of Cutty Sark #608572

Tints of Cutty Sark #608572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 27.99%
G = 38.78%
B = 33.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#608572 (or 0x608572) is known color: Cutty Sark. HEX triplet: 60, 85 and 72. RGB value is (96,133,114). Sum of RGB (Red+Green+Blue) = 96+133+114=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #608572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608572 is #9F7A8D. Grayscale: #777777. Windows color (decimal): -10451598 or 7505248. OLE color: 7505248.

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

Color convert

RGB 96 133 114 -
CMYK 0.28 0 0.14 0.48
HSL 149.19º 0.16% 0.45% -
HSV(B) 149.19º 0.28% 0.52% -
XYZ 16.25 20.48 19.02 -
YUV 119.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 96 133 114 0.28 0 0.14 0.48 149.19 0.16 0.45
Hex 60 85 72 1C 0 E 30 95 10 2D
Octal 140 205 162 34 0 16 60 225 20 55
Binary 1100000 10000101 1110010 11100 0 1110 110000 10010101 10000 101101

Color Harmonies of #608572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608572

Black with #608572

Text Example


Text Example

White with #608572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608572; }

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

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

background-color css

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

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

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

border-color css

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

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

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