Html Css Color HEX #60897A Cutty Sark

📋 copy color: '#60897A'

red 96 ◦ green 137 ◦ blue 122

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

Shades of Cutty Sark #60897A

Tints of Cutty Sark #60897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 27.04%
G = 38.59%
B = 34.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#60897A (or 0x60897A) is known color: Cutty Sark. HEX triplet: 60, 89 and 7A. RGB value is (96,137,122). Sum of RGB (Red+Green+Blue) = 96+137+122=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #60897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60897A is #9F7685. Grayscale: #7B7B7B. Windows color (decimal): -10450566 or 8030560. OLE color: 8030560.

HSL color Cylindrical-coordinate representation of color #60897A: hue angle of 158.05º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60897A is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 122 -
CMYK 0.30 0 0.11 0.46
HSL 158.05º 0.18% 0.46% -
HSV(B) 158.05º 0.3% 0.54% -
XYZ 17.28 21.78 21.71 -
YUV 123.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 96 137 122 0.30 0 0.11 0.46 158.05 0.18 0.46
Hex 60 89 7A 1E 0 B 2E 9E 12 2E
Octal 140 211 172 36 0 13 56 236 22 56
Binary 1100000 10001001 1111010 11110 0 1011 101110 10011110 10010 101110

Color Harmonies of #60897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60897A

Black with #60897A

Text Example


Text Example

White with #60897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60897A; }

 p { color: rgb(96,137,122); }

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

background-color css

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

 a { background-color: rgb(96,137,122); }

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

border-color css

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

 span { border-color: rgb(96,137,122); }

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