Html Css Color HEX #619084 Patina

📋 copy color: '#619084'

red 97 ◦ green 144 ◦ blue 132

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

Shades of Patina #619084

Tints of Patina #619084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 26.01%
G = 38.61%
B = 35.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#619084 (or 0x619084) is known color: Patina. HEX triplet: 61, 90 and 84. RGB value is (97,144,132). Sum of RGB (Red+Green+Blue) = 97+144+132=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #619084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619084 is #9E6F7B. Grayscale: #808080. Windows color (decimal): -10383228 or 8687713. OLE color: 8687713.

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

Color convert

RGB 97 144 132 -
CMYK 0.33 0 0.08 0.44
HSL 164.68º 0.2% 0.47% -
HSV(B) 164.68º 0.33% 0.56% -
XYZ 19.07 24.15 25.49 -
YUV 128.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 97 144 132 0.33 0 0.08 0.44 164.68 0.2 0.47
Hex 61 90 84 21 0 8 2C A5 14 2F
Octal 141 220 204 41 0 10 54 245 24 57
Binary 1100001 10010000 10000100 100001 0 1000 101100 10100101 10100 101111

Color Harmonies of #619084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619084

Black with #619084

Text Example


Text Example

White with #619084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619084; }

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

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

background-color css

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

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

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

border-color css

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

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

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