Html Css Color HEX #608873 Cutty Sark

📋 copy color: '#608873'

red 96 ◦ green 136 ◦ blue 115

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

Shades of Cutty Sark #608873

Tints of Cutty Sark #608873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 27.67%
G = 39.19%
B = 33.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#608873 (or 0x608873) is known color: Cutty Sark. HEX triplet: 60, 88 and 73. RGB value is (96,136,115). Sum of RGB (Red+Green+Blue) = 96+136+115=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #608873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608873 is #9F778C. Grayscale: #797979. Windows color (decimal): -10450829 or 7571552. OLE color: 7571552.

HSL color Cylindrical-coordinate representation of color #608873: hue angle of 148.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608873 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 136 115 -
CMYK 0.29 0 0.15 0.47
HSL 148.5º 0.17% 0.45% -
HSV(B) 148.5º 0.29% 0.53% -
XYZ 16.72 21.33 19.46 -
YUV 121.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 96 136 115 0.29 0 0.15 0.47 148.5 0.17 0.45
Hex 60 88 73 1D 0 F 2F 94 11 2D
Octal 140 210 163 35 0 17 57 224 21 55
Binary 1100000 10001000 1110011 11101 0 1111 101111 10010100 10001 101101

Color Harmonies of #608873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608873

Black with #608873

Text Example


Text Example

White with #608873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608873; }

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

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

background-color css

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

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

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

border-color css

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

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

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