Html Css Color HEX #608C83 Patina

📋 copy color: '#608C83'

red 96 ◦ green 140 ◦ blue 131

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

Shades of Patina #608C83

Tints of Patina #608C83

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.15%

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 26.16%
G = 38.15%
B = 35.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#608C83 (or 0x608C83) is known color: Patina. HEX triplet: 60, 8C and 83. RGB value is (96,140,131). Sum of RGB (Red+Green+Blue) = 96+140+131=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 140 - color contains mainly: green. Hex color #608C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C83 is #9F737C. Grayscale: #7D7D7D. Windows color (decimal): -10449789 or 8621152. OLE color: 8621152.

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

Color convert

RGB 96 140 131 -
CMYK 0.31 0 0.06 0.45
HSL 167.73º 0.19% 0.46% -
HSV(B) 167.73º 0.31% 0.55% -
XYZ 18.3 22.88 24.92 -
YUV 125.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 96 140 131 0.31 0 0.06 0.45 167.73 0.19 0.46
Hex 60 8C 83 1F 0 6 2D A8 13 2E
Octal 140 214 203 37 0 6 55 250 23 56
Binary 1100000 10001100 10000011 11111 0 110 101101 10101000 10011 101110

Color Harmonies of #608C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608C83

Black with #608C83

Text Example


Text Example

White with #608C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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