Html Css Color HEX #61967F Patina

📋 copy color: '#61967F'

red 97 ◦ green 150 ◦ blue 127

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

Shades of Patina #61967F

Tints of Patina #61967F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.96%

R = 25.94%
G = 40.11%
B = 33.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#61967F (or 0x61967F) is known color: Patina. HEX triplet: 61, 96 and 7F. RGB value is (97,150,127). Sum of RGB (Red+Green+Blue) = 97+150+127=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #61967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61967F is #9E6980. Grayscale: #838383. Windows color (decimal): -10381697 or 8361569. OLE color: 8361569.

HSL color Cylindrical-coordinate representation of color #61967F: hue angle of 153.96º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61967F is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 127 -
CMYK 0.35 0 0.15 0.41
HSL 153.96º 0.21% 0.48% -
HSV(B) 153.96º 0.35% 0.59% -
XYZ 19.67 25.89 24.04 -
YUV 131.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 97 150 127 0.35 0 0.15 0.41 153.96 0.21 0.48
Hex 61 96 7F 23 0 F 29 9A 15 30
Octal 141 226 177 43 0 17 51 232 25 60
Binary 1100001 10010110 1111111 100011 0 1111 101001 10011010 10101 110000

Color Harmonies of #61967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61967F

Black with #61967F

Text Example


Text Example

White with #61967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61967F; }

 p { color: rgb(97,150,127); }

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

background-color css

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

 a { background-color: rgb(97,150,127); }

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

border-color css

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

 span { border-color: rgb(97,150,127); }

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