Html Css Color HEX #60796F Cutty Sark

📋 copy color: '#60796F'

red 96 ◦ green 121 ◦ blue 111

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

Shades of Cutty Sark #60796F

Tints of Cutty Sark #60796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 29.27%
G = 36.89%
B = 33.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#60796F (or 0x60796F) is known color: Cutty Sark. HEX triplet: 60, 79 and 6F. RGB value is (96,121,111). Sum of RGB (Red+Green+Blue) = 96+121+111=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #60796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60796F is #9F8690. Grayscale: #707070. Windows color (decimal): -10454673 or 7305568. OLE color: 7305568.

HSL color Cylindrical-coordinate representation of color #60796F: hue angle of 156º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60796F is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 121 111 -
CMYK 0.21 0 0.08 0.53
HSL 156º 0.12% 0.43% -
HSV(B) 156º 0.21% 0.47% -
XYZ 14.53 17.31 17.61 -
YUV 112.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 96 121 111 0.21 0 0.08 0.53 156 0.12 0.43
Hex 60 79 6F 15 0 8 35 9C C 2B
Octal 140 171 157 25 0 10 65 234 14 53
Binary 1100000 1111001 1101111 10101 0 1000 110101 10011100 1100 101011

Color Harmonies of #60796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60796F

Black with #60796F

Text Example


Text Example

White with #60796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60796F; }

 p { color: rgb(96,121,111); }

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

background-color css

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

 a { background-color: rgb(96,121,111); }

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

border-color css

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

 span { border-color: rgb(96,121,111); }

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