Html Css Color HEX #608681 Patina

📋 copy color: '#608681'

red 96 ◦ green 134 ◦ blue 129

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

Shades of Patina #608681

Tints of Patina #608681

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.33%

 BLUE value IS 129 (50.78% from 255) = 35.93%

R = 26.74%
G = 37.33%
B = 35.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#608681 (or 0x608681) is known color: Patina. HEX triplet: 60, 86 and 81. RGB value is (96,134,129). Sum of RGB (Red+Green+Blue) = 96+134+129=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #608681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608681 is #9F797E. Grayscale: #7A7A7A. Windows color (decimal): -10451327 or 8488544. OLE color: 8488544.

HSL color Cylindrical-coordinate representation of color #608681: hue angle of 172.11º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608681 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 129 -
CMYK 0.28 0 0.04 0.47
HSL 172.11º 0.17% 0.45% -
HSV(B) 172.11º 0.28% 0.53% -
XYZ 17.31 21.12 23.93 -
YUV 122.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 96 134 129 0.28 0 0.04 0.47 172.11 0.17 0.45
Hex 60 86 81 1C 0 4 2F AC 11 2D
Octal 140 206 201 34 0 4 57 254 21 55
Binary 1100000 10000110 10000001 11100 0 100 101111 10101100 10001 101101

Color Harmonies of #608681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608681

Black with #608681

Text Example


Text Example

White with #608681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608681; }

 p { color: rgb(96,134,129); }

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

background-color css

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

 a { background-color: rgb(96,134,129); }

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

border-color css

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

 span { border-color: rgb(96,134,129); }

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