Html Css Color HEX #608E81 Patina

📋 copy color: '#608E81'

red 96 ◦ green 142 ◦ blue 129

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

Shades of Patina #608E81

Tints of Patina #608E81

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.69%

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 26.16%
G = 38.69%
B = 35.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#608E81 (or 0x608E81) is known color: Patina. HEX triplet: 60, 8E and 81. RGB value is (96,142,129). Sum of RGB (Red+Green+Blue) = 96+142+129=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 142 - color contains mainly: green. Hex color #608E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608E81 is #9F717E. Grayscale: #7E7E7E. Windows color (decimal): -10449279 or 8490592. OLE color: 8490592.

HSL color Cylindrical-coordinate representation of color #608E81: hue angle of 163.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E81 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 142 129 -
CMYK 0.32 0 0.09 0.44
HSL 163.04º 0.19% 0.47% -
HSV(B) 163.04º 0.32% 0.56% -
XYZ 18.46 23.42 24.32 -
YUV 126.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 96 142 129 0.32 0 0.09 0.44 163.04 0.19 0.47
Hex 60 8E 81 20 0 9 2C A3 13 2F
Octal 140 216 201 40 0 11 54 243 23 57
Binary 1100000 10001110 10000001 100000 0 1001 101100 10100011 10011 101111

Color Harmonies of #608E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608E81

Black with #608E81

Text Example


Text Example

White with #608E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,142,129); }

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

background-color css

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

 a { background-color: rgb(96,142,129); }

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

border-color css

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

 span { border-color: rgb(96,142,129); }

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