Html Css Color HEX #608A81 Patina

📋 copy color: '#608A81'

red 96 ◦ green 138 ◦ blue 129

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

Shades of Patina #608A81

Tints of Patina #608A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

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

R = 26.45%
G = 38.02%
B = 35.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#608A81 (or 0x608A81) is known color: Patina. HEX triplet: 60, 8A and 81. RGB value is (96,138,129). Sum of RGB (Red+Green+Blue) = 96+138+129=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #608A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A81 is #9F757E. Grayscale: #7C7C7C. Windows color (decimal): -10450303 or 8489568. OLE color: 8489568.

HSL color Cylindrical-coordinate representation of color #608A81: hue angle of 167.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A81 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 138 129 -
CMYK 0.30 0 0.07 0.46
HSL 167.14º 0.18% 0.46% -
HSV(B) 167.14º 0.3% 0.54% -
XYZ 17.87 22.25 24.12 -
YUV 124.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 96 138 129 0.30 0 0.07 0.46 167.14 0.18 0.46
Hex 60 8A 81 1E 0 7 2E A7 12 2E
Octal 140 212 201 36 0 7 56 247 22 56
Binary 1100000 10001010 10000001 11110 0 111 101110 10100111 10010 101110

Color Harmonies of #608A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608A81

Black with #608A81

Text Example


Text Example

White with #608A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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