Html Css Color HEX #608D73 Cutty Sark

📋 copy color: '#608D73'

red 96 ◦ green 141 ◦ blue 115

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

Shades of Cutty Sark #608D73

Tints of Cutty Sark #608D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 27.27%
G = 40.06%
B = 32.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#608D73 (or 0x608D73) is known color: Cutty Sark. HEX triplet: 60, 8D and 73. RGB value is (96,141,115). Sum of RGB (Red+Green+Blue) = 96+141+115=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #608D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D73 is #9F728C. Grayscale: #7C7C7C. Windows color (decimal): -10449549 or 7572832. OLE color: 7572832.

HSL color Cylindrical-coordinate representation of color #608D73: hue angle of 145.33º 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 #608D73 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 115 -
CMYK 0.32 0 0.18 0.45
HSL 145.33º 0.19% 0.46% -
HSV(B) 145.33º 0.32% 0.55% -
XYZ 17.44 22.77 19.7 -
YUV 124.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 96 141 115 0.32 0 0.18 0.45 145.33 0.19 0.46
Hex 60 8D 73 20 0 12 2D 91 13 2E
Octal 140 215 163 40 0 22 55 221 23 56
Binary 1100000 10001101 1110011 100000 0 10010 101101 10010001 10011 101110

Color Harmonies of #608D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D73

Black with #608D73

Text Example


Text Example

White with #608D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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