Html Css Color HEX #5D967A Patina

📋 copy color: '#5D967A'

red 93 ◦ green 150 ◦ blue 122

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

Shades of Patina #5D967A

Tints of Patina #5D967A

RGB

 RED value IS 93 (36.72% from 255) = 25.48%

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 25.48%
G = 41.1%
B = 33.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#5D967A (or 0x5D967A) is known color: Patina. HEX triplet: 5D, 96 and 7A. RGB value is (93,150,122). Sum of RGB (Red+Green+Blue) = 93+150+122=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #5D967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D967A is #A26985. Grayscale: #818181. Windows color (decimal): -10643846 or 8033885. OLE color: 8033885.

HSL color Cylindrical-coordinate representation of color #5D967A: hue angle of 150.53º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D967A is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 150 122 -
CMYK 0.38 0 0.19 0.41
HSL 150.53º 0.23% 0.48% -
HSV(B) 150.53º 0.38% 0.59% -
XYZ 18.93 25.54 22.35 -
YUV 129.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 93 150 122 0.38 0 0.19 0.41 150.53 0.23 0.48
Hex 5D 96 7A 26 0 13 29 97 17 30
Octal 135 226 172 46 0 23 51 227 27 60
Binary 1011101 10010110 1111010 100110 0 10011 101001 10010111 10111 110000

Color Harmonies of #5D967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D967A

Black with #5D967A

Text Example


Text Example

White with #5D967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D967A; }

 p { color: rgb(93,150,122); }

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

background-color css

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

 a { background-color: rgb(93,150,122); }

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

border-color css

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

 span { border-color: rgb(93,150,122); }

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