Html Css Color HEX #608976 Cutty Sark

📋 copy color: '#608976'

red 96 ◦ green 137 ◦ blue 118

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

Shades of Cutty Sark #608976

Tints of Cutty Sark #608976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 118 (46.48% from 255) = 33.62%

R = 27.35%
G = 39.03%
B = 33.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#608976 (or 0x608976) is known color: Cutty Sark. HEX triplet: 60, 89 and 76. RGB value is (96,137,118). Sum of RGB (Red+Green+Blue) = 96+137+118=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #608976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608976 is #9F7689. Grayscale: #7A7A7A. Windows color (decimal): -10450570 or 7768416. OLE color: 7768416.

HSL color Cylindrical-coordinate representation of color #608976: hue angle of 152.2º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608976 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 118 -
CMYK 0.30 0 0.14 0.46
HSL 152.2º 0.18% 0.46% -
HSV(B) 152.2º 0.3% 0.54% -
XYZ 17.04 21.69 20.43 -
YUV 122.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 96 137 118 0.30 0 0.14 0.46 152.2 0.18 0.46
Hex 60 89 76 1E 0 E 2E 98 12 2E
Octal 140 211 166 36 0 16 56 230 22 56
Binary 1100000 10001001 1110110 11110 0 1110 101110 10011000 10010 101110

Color Harmonies of #608976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608976

Black with #608976

Text Example


Text Example

White with #608976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608976; }

 p { color: rgb(96,137,118); }

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

background-color css

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

 a { background-color: rgb(96,137,118); }

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

border-color css

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

 span { border-color: rgb(96,137,118); }

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