Html Css Color HEX #619888 Patina

📋 copy color: '#619888'

red 97 ◦ green 152 ◦ blue 136

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

Shades of Patina #619888

Tints of Patina #619888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 25.19%
G = 39.48%
B = 35.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#619888 (or 0x619888) is known color: Patina. HEX triplet: 61, 98 and 88. RGB value is (97,152,136). Sum of RGB (Red+Green+Blue) = 97+152+136=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #619888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619888 is #9E6777. Grayscale: #858585. Windows color (decimal): -10381176 or 8951905. OLE color: 8951905.

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

Color convert

RGB 97 152 136 -
CMYK 0.36 0 0.11 0.40
HSL 162.55º 0.22% 0.49% -
HSV(B) 162.55º 0.36% 0.6% -
XYZ 20.6 26.78 27.37 -
YUV 133.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 97 152 136 0.36 0 0.11 0.40 162.55 0.22 0.49
Hex 61 98 88 24 0 B 28 A3 16 31
Octal 141 230 210 44 0 13 50 243 26 61
Binary 1100001 10011000 10001000 100100 0 1011 101000 10100011 10110 110001

Color Harmonies of #619888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619888

Black with #619888

Text Example


Text Example

White with #619888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619888; }

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

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

background-color css

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

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

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

border-color css

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

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

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