Html Css Color HEX #608C81 Patina

📋 copy color: '#608C81'

red 96 ◦ green 140 ◦ blue 129

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

Shades of Patina #608C81

Tints of Patina #608C81

RGB

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

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

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

R = 26.3%
G = 38.36%
B = 35.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#608C81 (or 0x608C81) is known color: Patina. HEX triplet: 60, 8C and 81. RGB value is (96,140,129). Sum of RGB (Red+Green+Blue) = 96+140+129=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #608C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C81 is #9F737E. Grayscale: #7D7D7D. Windows color (decimal): -10449791 or 8490080. OLE color: 8490080.

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

Color convert

RGB 96 140 129 -
CMYK 0.31 0 0.08 0.45
HSL 165º 0.19% 0.46% -
HSV(B) 165º 0.31% 0.55% -
XYZ 18.16 22.83 24.22 -
YUV 125.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 96 140 129 0.31 0 0.08 0.45 165 0.19 0.46
Hex 60 8C 81 1F 0 8 2D A5 13 2E
Octal 140 214 201 37 0 10 55 245 23 56
Binary 1100000 10001100 10000001 11111 0 1000 101101 10100101 10011 101110

Color Harmonies of #608C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608C81

Black with #608C81

Text Example


Text Example

White with #608C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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