Html Css Color HEX #61987B Patina

📋 copy color: '#61987B'

red 97 ◦ green 152 ◦ blue 123

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

Shades of Patina #61987B

Tints of Patina #61987B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

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

R = 26.08%
G = 40.86%
B = 33.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#61987B (or 0x61987B) is known color: Patina. HEX triplet: 61, 98 and 7B. RGB value is (97,152,123). Sum of RGB (Red+Green+Blue) = 97+152+123=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #61987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61987B is #9E6784. Grayscale: #848484. Windows color (decimal): -10381189 or 8099937. OLE color: 8099937.

HSL color Cylindrical-coordinate representation of color #61987B: hue angle of 148.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61987B is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 123 -
CMYK 0.36 0 0.19 0.40
HSL 148.36º 0.22% 0.49% -
HSV(B) 148.36º 0.36% 0.6% -
XYZ 19.73 26.43 22.8 -
YUV 132.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 97 152 123 0.36 0 0.19 0.40 148.36 0.22 0.49
Hex 61 98 7B 24 0 13 28 94 16 31
Octal 141 230 173 44 0 23 50 224 26 61
Binary 1100001 10011000 1111011 100100 0 10011 101000 10010100 10110 110001

Color Harmonies of #61987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61987B

Black with #61987B

Text Example


Text Example

White with #61987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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