Html Css Color HEX #608D7A Patina

📋 copy color: '#608D7A'

red 96 ◦ green 141 ◦ blue 122

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

Shades of Patina #608D7A

Tints of Patina #608D7A

RGB

 RED value IS 96 (37.89% from 255) = 26.74%

 GREEN value IS 141 (55.47% from 255) = 39.28%

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 26.74%
G = 39.28%
B = 33.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#608D7A (or 0x608D7A) is known color: Patina. HEX triplet: 60, 8D and 7A. RGB value is (96,141,122). Sum of RGB (Red+Green+Blue) = 96+141+122=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #608D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D7A is #9F7285. Grayscale: #7D7D7D. Windows color (decimal): -10449542 or 8031584. OLE color: 8031584.

HSL color Cylindrical-coordinate representation of color #608D7A: hue angle of 154.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608D7A is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 122 -
CMYK 0.32 0 0.13 0.45
HSL 154.67º 0.19% 0.46% -
HSV(B) 154.67º 0.32% 0.55% -
XYZ 17.86 22.94 21.9 -
YUV 125.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 96 141 122 0.32 0 0.13 0.45 154.67 0.19 0.46
Hex 60 8D 7A 20 0 D 2D 9B 13 2E
Octal 140 215 172 40 0 15 55 233 23 56
Binary 1100000 10001101 1111010 100000 0 1101 101101 10011011 10011 101110

Color Harmonies of #608D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D7A

Black with #608D7A

Text Example


Text Example

White with #608D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608D7A; }

 p { color: rgb(96,141,122); }

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

background-color css

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

 a { background-color: rgb(96,141,122); }

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

border-color css

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

 span { border-color: rgb(96,141,122); }

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