Html Css Color HEX #61887A Cutty Sark

📋 copy color: '#61887A'

red 97 ◦ green 136 ◦ blue 122

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

Shades of Cutty Sark #61887A

Tints of Cutty Sark #61887A

RGB

 RED value IS 97 (38.28% from 255) = 27.32%

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

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

R = 27.32%
G = 38.31%
B = 34.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#61887A (or 0x61887A) is known color: Cutty Sark. HEX triplet: 61, 88 and 7A. RGB value is (97,136,122). Sum of RGB (Red+Green+Blue) = 97+136+122=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #61887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61887A is #9E7785. Grayscale: #7A7A7A. Windows color (decimal): -10385286 or 8030305. OLE color: 8030305.

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

Color convert

RGB 97 136 122 -
CMYK 0.29 0 0.10 0.47
HSL 158.46º 0.17% 0.46% -
HSV(B) 158.46º 0.29% 0.53% -
XYZ 17.25 21.55 21.66 -
YUV 122.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 97 136 122 0.29 0 0.10 0.47 158.46 0.17 0.46
Hex 61 88 7A 1D 0 A 2F 9E 11 2E
Octal 141 210 172 35 0 12 57 236 21 56
Binary 1100001 10001000 1111010 11101 0 1010 101111 10011110 10001 101110

Color Harmonies of #61887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61887A

Black with #61887A

Text Example


Text Example

White with #61887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,136,122); }

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

background-color css

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

 a { background-color: rgb(97,136,122); }

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

border-color css

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

 span { border-color: rgb(97,136,122); }

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