Html Css Color HEX #619C8E Patina

📋 copy color: '#619C8E'

red 97 ◦ green 156 ◦ blue 142

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

Shades of Patina #619C8E

Tints of Patina #619C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 24.56%
G = 39.49%
B = 35.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#619C8E (or 0x619C8E) is known color: Patina. HEX triplet: 61, 9C and 8E. RGB value is (97,156,142). Sum of RGB (Red+Green+Blue) = 97+156+142=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #619C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619C8E is #9E6371. Grayscale: #888888. Windows color (decimal): -10380146 or 9346145. OLE color: 9346145.

HSL color Cylindrical-coordinate representation of color #619C8E: hue angle of 165.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619C8E is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 156 142 -
CMYK 0.38 0 0.09 0.39
HSL 165.76º 0.23% 0.5% -
HSV(B) 165.76º 0.38% 0.61% -
XYZ 21.7 28.27 29.9 -
YUV 136.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 97 156 142 0.38 0 0.09 0.39 165.76 0.23 0.5
Hex 61 9C 8E 26 0 9 27 A6 17 32
Octal 141 234 216 46 0 11 47 246 27 62
Binary 1100001 10011100 10001110 100110 0 1001 100111 10100110 10111 110010

Color Harmonies of #619C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C8E

Black with #619C8E

Text Example


Text Example

White with #619C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619C8E; }

 p { color: rgb(97,156,142); }

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

background-color css

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

 a { background-color: rgb(97,156,142); }

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

border-color css

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

 span { border-color: rgb(97,156,142); }

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