Html Css Color HEX #608472 Cutty Sark

📋 copy color: '#608472'

red 96 ◦ green 132 ◦ blue 114

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

Shades of Cutty Sark #608472

Tints of Cutty Sark #608472

RGB

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

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

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

R = 28.07%
G = 38.6%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#608472 (or 0x608472) is known color: Cutty Sark. HEX triplet: 60, 84 and 72. RGB value is (96,132,114). Sum of RGB (Red+Green+Blue) = 96+132+114=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #608472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608472 is #9F7B8D. Grayscale: #777777. Windows color (decimal): -10451854 or 7504992. OLE color: 7504992.

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

Color convert

RGB 96 132 114 -
CMYK 0.27 0 0.14 0.48
HSL 150º 0.16% 0.45% -
HSV(B) 150º 0.27% 0.52% -
XYZ 16.11 20.2 18.97 -
YUV 119.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 96 132 114 0.27 0 0.14 0.48 150 0.16 0.45
Hex 60 84 72 1B 0 E 30 96 10 2D
Octal 140 204 162 33 0 16 60 226 20 55
Binary 1100000 10000100 1110010 11011 0 1110 110000 10010110 10000 101101

Color Harmonies of #608472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608472

Black with #608472

Text Example


Text Example

White with #608472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608472; }

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

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

background-color css

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

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

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

border-color css

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

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

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