Html Css Color HEX #608674 Cutty Sark

📋 copy color: '#608674'

red 96 ◦ green 134 ◦ blue 116

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

Shades of Cutty Sark #608674

Tints of Cutty Sark #608674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

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

R = 27.75%
G = 38.73%
B = 33.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#608674 (or 0x608674) is known color: Cutty Sark. HEX triplet: 60, 86 and 74. RGB value is (96,134,116). Sum of RGB (Red+Green+Blue) = 96+134+116=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #608674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608674 is #9F798B. Grayscale: #787878. Windows color (decimal): -10451340 or 7636576. OLE color: 7636576.

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

Color convert

RGB 96 134 116 -
CMYK 0.28 0 0.13 0.47
HSL 151.58º 0.17% 0.45% -
HSV(B) 151.58º 0.28% 0.53% -
XYZ 16.5 20.8 19.67 -
YUV 120.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 96 134 116 0.28 0 0.13 0.47 151.58 0.17 0.45
Hex 60 86 74 1C 0 D 2F 98 11 2D
Octal 140 206 164 34 0 15 57 230 21 55
Binary 1100000 10000110 1110100 11100 0 1101 101111 10011000 10001 101101

Color Harmonies of #608674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608674

Black with #608674

Text Example


Text Example

White with #608674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608674; }

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

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

background-color css

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

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

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

border-color css

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

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

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