Html Css Color HEX #61927B Patina

📋 copy color: '#61927B'

red 97 ◦ green 146 ◦ blue 123

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

Shades of Patina #61927B

Tints of Patina #61927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 26.5%
G = 39.89%
B = 33.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#61927B (or 0x61927B) is known color: Patina. HEX triplet: 61, 92 and 7B. RGB value is (97,146,123). Sum of RGB (Red+Green+Blue) = 97+146+123=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #61927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61927B is #9E6D84. Grayscale: #808080. Windows color (decimal): -10382725 or 8098401. OLE color: 8098401.

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

Color convert

RGB 97 146 123 -
CMYK 0.34 0 0.16 0.43
HSL 151.84º 0.2% 0.48% -
HSV(B) 151.84º 0.34% 0.57% -
XYZ 18.78 24.53 22.48 -
YUV 128.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 97 146 123 0.34 0 0.16 0.43 151.84 0.2 0.48
Hex 61 92 7B 22 0 10 2B 98 14 30
Octal 141 222 173 42 0 20 53 230 24 60
Binary 1100001 10010010 1111011 100010 0 10000 101011 10011000 10100 110000

Color Harmonies of #61927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61927B

Black with #61927B

Text Example


Text Example

White with #61927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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