#608B83

Color #608B83 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #608B83

Tints of Patina #608B83

Color information

#608B83 (or 0x608B83) is unknown color: approx Patina. HEX triplet: 60, 8B and 83. RGB value is (96,139,131). Sum of RGB (Red+Green+Blue) = 96+139+131=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #608B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B83 is #9F747C. Grayscale: #7D7D7D. Windows color (decimal): -10450045 or 8620896. OLE color: 8620896.

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

Color convert

RGB96139131-
CMYK0.3100.060.45
HSL168.84º18.3%46.08%-
HSV(B)168.84º30.94%54.51%-
XYZ18.1522.5924.88-
YUV125.23131.25107.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 139 (54.69% from 255) = 37.98%
BLUE value IS 131 (51.56% from 255) = 35.79%
R=26.23%
G=37.98%
B=35.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961391310.3100.060.45168.8418.346.08
Hex608B831F062Da9122e
Octal1402132033706552512256
Binary110000010001011100000111111101101011011010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #608B83;
 }
 .AnyTagClassName
 {
   color: #608B83;
 }
</style>
background-color css

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

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

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

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

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

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