Html Css Color HEX #619781 Patina

📋 copy color: '#619781'

red 97 ◦ green 151 ◦ blue 129

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

Shades of Patina #619781

Tints of Patina #619781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 25.73%
G = 40.05%
B = 34.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#619781 (or 0x619781) is known color: Patina. HEX triplet: 61, 97 and 81. RGB value is (97,151,129). Sum of RGB (Red+Green+Blue) = 97+151+129=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #619781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619781 is #9E687E. Grayscale: #848484. Windows color (decimal): -10381439 or 8492897. OLE color: 8492897.

HSL color Cylindrical-coordinate representation of color #619781: hue angle of 155.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619781 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 129 -
CMYK 0.36 0 0.15 0.41
HSL 155.56º 0.22% 0.49% -
HSV(B) 155.56º 0.36% 0.59% -
XYZ 19.96 26.26 24.79 -
YUV 132.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 97 151 129 0.36 0 0.15 0.41 155.56 0.22 0.49
Hex 61 97 81 24 0 F 29 9C 16 31
Octal 141 227 201 44 0 17 51 234 26 61
Binary 1100001 10010111 10000001 100100 0 1111 101001 10011100 10110 110001

Color Harmonies of #619781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619781

Black with #619781

Text Example


Text Example

White with #619781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619781; }

 p { color: rgb(97,151,129); }

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

background-color css

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

 a { background-color: rgb(97,151,129); }

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

border-color css

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

 span { border-color: rgb(97,151,129); }

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