Html Css Color HEX #608978 Cutty Sark

📋 copy color: '#608978'

red 96 ◦ green 137 ◦ blue 120

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

Shades of Cutty Sark #608978

Tints of Cutty Sark #608978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 27.2%
G = 38.81%
B = 33.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#608978 (or 0x608978) is known color: Cutty Sark. HEX triplet: 60, 89 and 78. RGB value is (96,137,120). Sum of RGB (Red+Green+Blue) = 96+137+120=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #608978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608978 is #9F7687. Grayscale: #7A7A7A. Windows color (decimal): -10450568 or 7899488. OLE color: 7899488.

HSL color Cylindrical-coordinate representation of color #608978: hue angle of 155.12º 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 #608978 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 120 -
CMYK 0.30 0 0.12 0.46
HSL 155.12º 0.18% 0.46% -
HSV(B) 155.12º 0.3% 0.54% -
XYZ 17.16 21.73 21.06 -
YUV 122.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 96 137 120 0.30 0 0.12 0.46 155.12 0.18 0.46
Hex 60 89 78 1E 0 C 2E 9B 12 2E
Octal 140 211 170 36 0 14 56 233 22 56
Binary 1100000 10001001 1111000 11110 0 1100 101110 10011011 10010 101110

Color Harmonies of #608978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608978

Black with #608978

Text Example


Text Example

White with #608978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608978; }

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

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

background-color css

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

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

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

border-color css

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

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

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