Html Css Color HEX #608073 Cutty Sark

📋 copy color: '#608073'

red 96 ◦ green 128 ◦ blue 115

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

Shades of Cutty Sark #608073

Tints of Cutty Sark #608073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

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

R = 28.32%
G = 37.76%
B = 33.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#608073 (or 0x608073) is known color: Cutty Sark. HEX triplet: 60, 80 and 73. RGB value is (96,128,115). Sum of RGB (Red+Green+Blue) = 96+128+115=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 128 - color contains mainly: green. Hex color #608073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608073 is #9F7F8C. Grayscale: #747474. Windows color (decimal): -10452877 or 7569504. OLE color: 7569504.

HSL color Cylindrical-coordinate representation of color #608073: hue angle of 155.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #608073 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 115 -
CMYK 0.25 0 0.10 0.50
HSL 155.63º 0.14% 0.44% -
HSV(B) 155.63º 0.25% 0.5% -
XYZ 15.64 19.16 19.09 -
YUV 116.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 96 128 115 0.25 0 0.10 0.50 155.63 0.14 0.44
Hex 60 80 73 19 0 A 32 9C E 2C
Octal 140 200 163 31 0 12 62 234 16 54
Binary 1100000 10000000 1110011 11001 0 1010 110010 10011100 1110 101100

Color Harmonies of #608073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608073

Black with #608073

Text Example


Text Example

White with #608073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608073; }

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

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

background-color css

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

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

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

border-color css

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

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

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