Html Css Color HEX #608D78 Cutty Sark

📋 copy color: '#608D78'

red 96 ◦ green 141 ◦ blue 120

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

Shades of Cutty Sark #608D78

Tints of Cutty Sark #608D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

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

R = 26.89%
G = 39.5%
B = 33.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#608D78 (or 0x608D78) is known color: Cutty Sark. HEX triplet: 60, 8D and 78. RGB value is (96,141,120). Sum of RGB (Red+Green+Blue) = 96+141+120=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #608D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D78 is #9F7287. Grayscale: #7D7D7D. Windows color (decimal): -10449544 or 7900512. OLE color: 7900512.

HSL color Cylindrical-coordinate representation of color #608D78: hue angle of 152º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608D78 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 120 -
CMYK 0.32 0 0.15 0.45
HSL 152º 0.19% 0.46% -
HSV(B) 152º 0.32% 0.55% -
XYZ 17.74 22.89 21.25 -
YUV 125.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 96 141 120 0.32 0 0.15 0.45 152 0.19 0.46
Hex 60 8D 78 20 0 F 2D 98 13 2E
Octal 140 215 170 40 0 17 55 230 23 56
Binary 1100000 10001101 1111000 100000 0 1111 101101 10011000 10011 101110

Color Harmonies of #608D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D78

Black with #608D78

Text Example


Text Example

White with #608D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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