Html Css Color HEX #61917B Patina

📋 copy color: '#61917B'

red 97 ◦ green 145 ◦ blue 123

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

Shades of Patina #61917B

Tints of Patina #61917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 26.58%
G = 39.73%
B = 33.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#61917B (or 0x61917B) is known color: Patina. HEX triplet: 61, 91 and 7B. RGB value is (97,145,123). Sum of RGB (Red+Green+Blue) = 97+145+123=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #61917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61917B is #9E6E84. Grayscale: #808080. Windows color (decimal): -10382981 or 8098145. OLE color: 8098145.

HSL color Cylindrical-coordinate representation of color #61917B: hue angle of 152.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61917B is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 123 -
CMYK 0.33 0 0.15 0.43
HSL 152.5º 0.2% 0.47% -
HSV(B) 152.5º 0.33% 0.57% -
XYZ 18.63 24.22 22.43 -
YUV 128.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 97 145 123 0.33 0 0.15 0.43 152.5 0.2 0.47
Hex 61 91 7B 21 0 F 2B 98 14 2F
Octal 141 221 173 41 0 17 53 230 24 57
Binary 1100001 10010001 1111011 100001 0 1111 101011 10011000 10100 101111

Color Harmonies of #61917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61917B

Black with #61917B

Text Example


Text Example

White with #61917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61917B; }

 p { color: rgb(97,145,123); }

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

background-color css

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

 a { background-color: rgb(97,145,123); }

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

border-color css

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

 span { border-color: rgb(97,145,123); }

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