Html Css Color HEX #61938A Patina

📋 copy color: '#61938A'

red 97 ◦ green 147 ◦ blue 138

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

Shades of Patina #61938A

Tints of Patina #61938A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 25.39%
G = 38.48%
B = 36.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#61938A (or 0x61938A) is known color: Patina. HEX triplet: 61, 93 and 8A. RGB value is (97,147,138). Sum of RGB (Red+Green+Blue) = 97+147+138=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #61938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61938A is #9E6C75. Grayscale: #838383. Windows color (decimal): -10382454 or 9081697. OLE color: 9081697.

HSL color Cylindrical-coordinate representation of color #61938A: hue angle of 169.2º 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 #61938A is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 147 138 -
CMYK 0.34 0 0.06 0.42
HSL 169.2º 0.2% 0.48% -
HSV(B) 169.2º 0.34% 0.58% -
XYZ 19.95 25.24 27.87 -
YUV 131.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 97 147 138 0.34 0 0.06 0.42 169.2 0.2 0.48
Hex 61 93 8A 22 0 6 2A A9 14 30
Octal 141 223 212 42 0 6 52 251 24 60
Binary 1100001 10010011 10001010 100010 0 110 101010 10101001 10100 110000

Color Harmonies of #61938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61938A

Black with #61938A

Text Example


Text Example

White with #61938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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