Html Css Color HEX #608671 Cutty Sark

📋 copy color: '#608671'

red 96 ◦ green 134 ◦ blue 113

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

Shades of Cutty Sark #608671

Tints of Cutty Sark #608671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 27.99%
G = 39.07%
B = 32.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#608671 (or 0x608671) is known color: Cutty Sark. HEX triplet: 60, 86 and 71. RGB value is (96,134,113). Sum of RGB (Red+Green+Blue) = 96+134+113=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #608671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608671 is #9F798E. Grayscale: #787878. Windows color (decimal): -10451343 or 7439968. OLE color: 7439968.

HSL color Cylindrical-coordinate representation of color #608671: hue angle of 146.84º 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 #608671 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 113 -
CMYK 0.28 0 0.16 0.47
HSL 146.84º 0.17% 0.45% -
HSV(B) 146.84º 0.28% 0.53% -
XYZ 16.33 20.73 18.76 -
YUV 120.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 96 134 113 0.28 0 0.16 0.47 146.84 0.17 0.45
Hex 60 86 71 1C 0 10 2F 93 11 2D
Octal 140 206 161 34 0 20 57 223 21 55
Binary 1100000 10000110 1110001 11100 0 10000 101111 10010011 10001 101101

Color Harmonies of #608671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608671

Black with #608671

Text Example


Text Example

White with #608671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608671; }

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

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

background-color css

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

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

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

border-color css

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

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

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