Html Css Color HEX #619077 Cutty Sark

📋 copy color: '#619077'

red 97 ◦ green 144 ◦ blue 119

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

Shades of Cutty Sark #619077

Tints of Cutty Sark #619077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 26.94%
G = 40%
B = 33.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#619077 (or 0x619077) is known color: Cutty Sark. HEX triplet: 61, 90 and 77. RGB value is (97,144,119). Sum of RGB (Red+Green+Blue) = 97+144+119=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #619077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619077 is #9E6F88. Grayscale: #7F7F7F. Windows color (decimal): -10383241 or 7835745. OLE color: 7835745.

HSL color Cylindrical-coordinate representation of color #619077: hue angle of 148.09º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619077 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 144 119 -
CMYK 0.33 0 0.17 0.44
HSL 148.09º 0.2% 0.47% -
HSV(B) 148.09º 0.33% 0.56% -
XYZ 18.23 23.82 21.09 -
YUV 127.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 97 144 119 0.33 0 0.17 0.44 148.09 0.2 0.47
Hex 61 90 77 21 0 11 2C 94 14 2F
Octal 141 220 167 41 0 21 54 224 24 57
Binary 1100001 10010000 1110111 100001 0 10001 101100 10010100 10100 101111

Color Harmonies of #619077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619077

Black with #619077

Text Example


Text Example

White with #619077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619077; }

 p { color: rgb(97,144,119); }

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

background-color css

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

 a { background-color: rgb(97,144,119); }

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

border-color css

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

 span { border-color: rgb(97,144,119); }

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