Html Css Color HEX #608874 Cutty Sark

📋 copy color: '#608874'

red 96 ◦ green 136 ◦ blue 116

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

Shades of Cutty Sark #608874

Tints of Cutty Sark #608874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

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

R = 27.59%
G = 39.08%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#608874 (or 0x608874) is known color: Cutty Sark. HEX triplet: 60, 88 and 74. RGB value is (96,136,116). Sum of RGB (Red+Green+Blue) = 96+136+116=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #608874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608874 is #9F778B. Grayscale: #797979. Windows color (decimal): -10450828 or 7637088. OLE color: 7637088.

HSL color Cylindrical-coordinate representation of color #608874: hue angle of 150º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608874 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 136 116 -
CMYK 0.29 0 0.15 0.47
HSL 150º 0.17% 0.45% -
HSV(B) 150º 0.29% 0.53% -
XYZ 16.78 21.36 19.76 -
YUV 121.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 96 136 116 0.29 0 0.15 0.47 150 0.17 0.45
Hex 60 88 74 1D 0 F 2F 96 11 2D
Octal 140 210 164 35 0 17 57 226 21 55
Binary 1100000 10001000 1110100 11101 0 1111 101111 10010110 10001 101101

Color Harmonies of #608874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608874

Black with #608874

Text Example


Text Example

White with #608874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608874; }

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

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

background-color css

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

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

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

border-color css

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

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

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