Html Css Color HEX #619079 Patina

📋 copy color: '#619079'

red 97 ◦ green 144 ◦ blue 121

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

Shades of Patina #619079

Tints of Patina #619079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 26.8%
G = 39.78%
B = 33.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#619079 (or 0x619079) is known color: Patina. HEX triplet: 61, 90 and 79. RGB value is (97,144,121). Sum of RGB (Red+Green+Blue) = 97+144+121=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #619079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619079 is #9E6F86. Grayscale: #7F7F7F. Windows color (decimal): -10383239 or 7966817. OLE color: 7966817.

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

Color convert

RGB 97 144 121 -
CMYK 0.33 0 0.16 0.44
HSL 150.64º 0.2% 0.47% -
HSV(B) 150.64º 0.33% 0.56% -
XYZ 18.35 23.87 21.73 -
YUV 127.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 97 144 121 0.33 0 0.16 0.44 150.64 0.2 0.47
Hex 61 90 79 21 0 10 2C 97 14 2F
Octal 141 220 171 41 0 20 54 227 24 57
Binary 1100001 10010000 1111001 100001 0 10000 101100 10010111 10100 101111

Color Harmonies of #619079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619079

Black with #619079

Text Example


Text Example

White with #619079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619079; }

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

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

background-color css

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

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

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

border-color css

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

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

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