Html Css Color HEX #619378 Patina

📋 copy color: '#619378'

red 97 ◦ green 147 ◦ blue 120

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

Shades of Patina #619378

Tints of Patina #619378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

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

R = 26.65%
G = 40.38%
B = 32.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#619378 (or 0x619378) is known color: Patina. HEX triplet: 61, 93 and 78. RGB value is (97,147,120). Sum of RGB (Red+Green+Blue) = 97+147+120=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #619378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619378 is #9E6C87. Grayscale: #818181. Windows color (decimal): -10382472 or 7902049. OLE color: 7902049.

HSL color Cylindrical-coordinate representation of color #619378: hue angle of 147.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619378 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 147 120 -
CMYK 0.34 0 0.18 0.42
HSL 147.6º 0.2% 0.48% -
HSV(B) 147.6º 0.34% 0.58% -
XYZ 18.75 24.76 21.56 -
YUV 128.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 97 147 120 0.34 0 0.18 0.42 147.6 0.2 0.48
Hex 61 93 78 22 0 12 2A 94 14 30
Octal 141 223 170 42 0 22 52 224 24 60
Binary 1100001 10010011 1111000 100010 0 10010 101010 10010100 10100 110000

Color Harmonies of #619378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619378

Black with #619378

Text Example


Text Example

White with #619378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619378; }

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

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

background-color css

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

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

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

border-color css

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

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

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