Html Css Color HEX #608E85 Patina

📋 copy color: '#608E85'

red 96 ◦ green 142 ◦ blue 133

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

Shades of Patina #608E85

Tints of Patina #608E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 25.88%
G = 38.27%
B = 35.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#608E85 (or 0x608E85) is known color: Patina. HEX triplet: 60, 8E and 85. RGB value is (96,142,133). Sum of RGB (Red+Green+Blue) = 96+142+133=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #608E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608E85 is #9F717A. Grayscale: #7F7F7F. Windows color (decimal): -10449275 or 8752736. OLE color: 8752736.

HSL color Cylindrical-coordinate representation of color #608E85: hue angle of 168.26º 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 #608E85 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 142 133 -
CMYK 0.32 0 0.06 0.44
HSL 168.26º 0.19% 0.47% -
HSV(B) 168.26º 0.32% 0.56% -
XYZ 18.73 23.53 25.74 -
YUV 127.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 96 142 133 0.32 0 0.06 0.44 168.26 0.19 0.47
Hex 60 8E 85 20 0 6 2C A8 13 2F
Octal 140 216 205 40 0 6 54 250 23 57
Binary 1100000 10001110 10000101 100000 0 110 101100 10101000 10011 101111

Color Harmonies of #608E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608E85

Black with #608E85

Text Example


Text Example

White with #608E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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