Html Css Color HEX #608F85 Patina

📋 copy color: '#608F85'

red 96 ◦ green 143 ◦ blue 133

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

Shades of Patina #608F85

Tints of Patina #608F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.44%

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

R = 25.81%
G = 38.44%
B = 35.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#608F85 (or 0x608F85) is known color: Patina. HEX triplet: 60, 8F and 85. RGB value is (96,143,133). Sum of RGB (Red+Green+Blue) = 96+143+133=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 143 - color contains mainly: green. Hex color #608F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F85 is #9F707A. Grayscale: #7F7F7F. Windows color (decimal): -10449019 or 8752992. OLE color: 8752992.

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

Color convert

RGB 96 143 133 -
CMYK 0.33 0 0.07 0.44
HSL 167.23º 0.2% 0.47% -
HSV(B) 167.23º 0.33% 0.56% -
XYZ 18.88 23.83 25.79 -
YUV 127.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 96 143 133 0.33 0 0.07 0.44 167.23 0.2 0.47
Hex 60 8F 85 21 0 7 2C A7 14 2F
Octal 140 217 205 41 0 7 54 247 24 57
Binary 1100000 10001111 10000101 100001 0 111 101100 10100111 10100 101111

Color Harmonies of #608F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F85

Black with #608F85

Text Example


Text Example

White with #608F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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