Html Css Color HEX #608174 Cutty Sark

📋 copy color: '#608174'

red 96 ◦ green 129 ◦ blue 116

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

Shades of Cutty Sark #608174

Tints of Cutty Sark #608174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 28.15%
G = 37.83%
B = 34.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#608174 (or 0x608174) is known color: Cutty Sark. HEX triplet: 60, 81 and 74. RGB value is (96,129,116). Sum of RGB (Red+Green+Blue) = 96+129+116=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #608174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608174 is #9F7E8B. Grayscale: #757575. Windows color (decimal): -10452620 or 7635296. OLE color: 7635296.

HSL color Cylindrical-coordinate representation of color #608174: hue angle of 156.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608174 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 116 -
CMYK 0.26 0 0.10 0.49
HSL 156.36º 0.15% 0.44% -
HSV(B) 156.36º 0.26% 0.51% -
XYZ 15.83 19.45 19.44 -
YUV 117.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 96 129 116 0.26 0 0.10 0.49 156.36 0.15 0.44
Hex 60 81 74 1A 0 A 31 9C F 2C
Octal 140 201 164 32 0 12 61 234 17 54
Binary 1100000 10000001 1110100 11010 0 1010 110001 10011100 1111 101100

Color Harmonies of #608174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608174

Black with #608174

Text Example


Text Example

White with #608174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608174; }

 p { color: rgb(96,129,116); }

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

background-color css

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

 a { background-color: rgb(96,129,116); }

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

border-color css

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

 span { border-color: rgb(96,129,116); }

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