Html Css Color HEX #608470 Cutty Sark

📋 copy color: '#608470'

red 96 ◦ green 132 ◦ blue 112

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

Shades of Cutty Sark #608470

Tints of Cutty Sark #608470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 28.24%
G = 38.82%
B = 32.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#608470 (or 0x608470) is known color: Cutty Sark. HEX triplet: 60, 84 and 70. RGB value is (96,132,112). Sum of RGB (Red+Green+Blue) = 96+132+112=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #608470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608470 is #9F7B8F. Grayscale: #777777. Windows color (decimal): -10451856 or 7373920. OLE color: 7373920.

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

Color convert

RGB 96 132 112 -
CMYK 0.27 0 0.15 0.48
HSL 146.67º 0.16% 0.45% -
HSV(B) 146.67º 0.27% 0.52% -
XYZ 16 20.16 18.38 -
YUV 118.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 96 132 112 0.27 0 0.15 0.48 146.67 0.16 0.45
Hex 60 84 70 1B 0 F 30 93 10 2D
Octal 140 204 160 33 0 17 60 223 20 55
Binary 1100000 10000100 1110000 11011 0 1111 110000 10010011 10000 101101

Color Harmonies of #608470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608470

Black with #608470

Text Example


Text Example

White with #608470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608470; }

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

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

background-color css

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

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

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

border-color css

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

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

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