Html Css Color HEX #619882 Patina

📋 copy color: '#619882'

red 97 ◦ green 152 ◦ blue 130

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

Shades of Patina #619882

Tints of Patina #619882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 25.59%
G = 40.11%
B = 34.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#619882 (or 0x619882) is known color: Patina. HEX triplet: 61, 98 and 82. RGB value is (97,152,130). Sum of RGB (Red+Green+Blue) = 97+152+130=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #619882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619882 is #9E677D. Grayscale: #858585. Windows color (decimal): -10381182 or 8558689. OLE color: 8558689.

HSL color Cylindrical-coordinate representation of color #619882: hue angle of 156º 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 #619882 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 130 -
CMYK 0.36 0 0.14 0.40
HSL 156º 0.22% 0.49% -
HSV(B) 156º 0.36% 0.6% -
XYZ 20.19 26.61 25.19 -
YUV 133.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 97 152 130 0.36 0 0.14 0.40 156 0.22 0.49
Hex 61 98 82 24 0 E 28 9C 16 31
Octal 141 230 202 44 0 16 50 234 26 61
Binary 1100001 10011000 10000010 100100 0 1110 101000 10011100 10110 110001

Color Harmonies of #619882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619882

Black with #619882

Text Example


Text Example

White with #619882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619882; }

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

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

background-color css

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

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

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

border-color css

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

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

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