Html Css Color HEX #619078 Patina

📋 copy color: '#619078'

red 97 ◦ green 144 ◦ blue 120

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

Shades of Patina #619078

Tints of Patina #619078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 26.87%
G = 39.89%
B = 33.24%

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

#619078 (or 0x619078) is known color: Patina. HEX triplet: 61, 90 and 78. RGB value is (97,144,120). Sum of RGB (Red+Green+Blue) = 97+144+120=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #619078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619078 is #9E6F87. Grayscale: #7F7F7F. Windows color (decimal): -10383240 or 7901281. OLE color: 7901281.

HSL color Cylindrical-coordinate representation of color #619078: hue angle of 149.36º 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 #619078 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 144 120 -
CMYK 0.33 0 0.17 0.44
HSL 149.36º 0.2% 0.47% -
HSV(B) 149.36º 0.33% 0.56% -
XYZ 18.29 23.84 21.41 -
YUV 127.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 97 144 120 0.33 0 0.17 0.44 149.36 0.2 0.47
Hex 61 90 78 21 0 11 2C 95 14 2F
Octal 141 220 170 41 0 21 54 225 24 57
Binary 1100001 10010000 1111000 100001 0 10001 101100 10010101 10100 101111

Color Harmonies of #619078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619078

Black with #619078

Text Example


Text Example

White with #619078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619078; }

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

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

background-color css

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

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

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

border-color css

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

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

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