Html Css Color HEX #608B85 Patina

📋 copy color: '#608B85'

red 96 ◦ green 139 ◦ blue 133

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

Shades of Patina #608B85

Tints of Patina #608B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.77%

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

R = 26.09%
G = 37.77%
B = 36.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#608B85 (or 0x608B85) is known color: Patina. HEX triplet: 60, 8B and 85. RGB value is (96,139,133). Sum of RGB (Red+Green+Blue) = 96+139+133=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 139 - color contains mainly: green. Hex color #608B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B85 is #9F747A. Grayscale: #7D7D7D. Windows color (decimal): -10450043 or 8751968. OLE color: 8751968.

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

Color convert

RGB 96 139 133 -
CMYK 0.31 0 0.04 0.45
HSL 171.63º 0.18% 0.46% -
HSV(B) 171.63º 0.31% 0.55% -
XYZ 18.29 22.65 25.6 -
YUV 125.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 96 139 133 0.31 0 0.04 0.45 171.63 0.18 0.46
Hex 60 8B 85 1F 0 4 2D AC 12 2E
Octal 140 213 205 37 0 4 55 254 22 56
Binary 1100000 10001011 10000101 11111 0 100 101101 10101100 10010 101110

Color Harmonies of #608B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B85

Black with #608B85

Text Example


Text Example

White with #608B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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