Html Css Color HEX #619C82 Patina

📋 copy color: '#619C82'

red 97 ◦ green 156 ◦ blue 130

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

Shades of Patina #619C82

Tints of Patina #619C82

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.73%

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 25.33%
G = 40.73%
B = 33.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#619C82 (or 0x619C82) is known color: Patina. HEX triplet: 61, 9C and 82. RGB value is (97,156,130). Sum of RGB (Red+Green+Blue) = 97+156+130=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #619C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619C82 is #9E637D. Grayscale: #878787. Windows color (decimal): -10380158 or 8559713. OLE color: 8559713.

HSL color Cylindrical-coordinate representation of color #619C82: hue angle of 153.56º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619C82 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 156 130 -
CMYK 0.38 0 0.17 0.39
HSL 153.56º 0.23% 0.5% -
HSV(B) 153.56º 0.38% 0.61% -
XYZ 20.85 27.93 25.41 -
YUV 135.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 97 156 130 0.38 0 0.17 0.39 153.56 0.23 0.5
Hex 61 9C 82 26 0 11 27 9A 17 32
Octal 141 234 202 46 0 21 47 232 27 62
Binary 1100001 10011100 10000010 100110 0 10001 100111 10011010 10111 110010

Color Harmonies of #619C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C82

Black with #619C82

Text Example


Text Example

White with #619C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619C82; }

 p { color: rgb(97,156,130); }

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

background-color css

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

 a { background-color: rgb(97,156,130); }

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

border-color css

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

 span { border-color: rgb(97,156,130); }

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