Html Css Color HEX #608076 Cutty Sark

📋 copy color: '#608076'

red 96 ◦ green 128 ◦ blue 118

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

Shades of Cutty Sark #608076

Tints of Cutty Sark #608076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 28.07%
G = 37.43%
B = 34.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#608076 (or 0x608076) is known color: Cutty Sark. HEX triplet: 60, 80 and 76. RGB value is (96,128,118). Sum of RGB (Red+Green+Blue) = 96+128+118=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #608076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608076 is #9F7F89. Grayscale: #757575. Windows color (decimal): -10452874 or 7766112. OLE color: 7766112.

HSL color Cylindrical-coordinate representation of color #608076: hue angle of 161.25º 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 #608076 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 118 -
CMYK 0.25 0 0.08 0.50
HSL 161.25º 0.14% 0.44% -
HSV(B) 161.25º 0.25% 0.5% -
XYZ 15.81 19.23 20.02 -
YUV 117.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 96 128 118 0.25 0 0.08 0.50 161.25 0.14 0.44
Hex 60 80 76 19 0 8 32 A1 E 2C
Octal 140 200 166 31 0 10 62 241 16 54
Binary 1100000 10000000 1110110 11001 0 1000 110010 10100001 1110 101100

Color Harmonies of #608076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608076

Black with #608076

Text Example


Text Example

White with #608076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608076; }

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

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

background-color css

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

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

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

border-color css

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

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

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