Html Css Color HEX #608D7D Patina

📋 copy color: '#608D7D'

red 96 ◦ green 141 ◦ blue 125

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

Shades of Patina #608D7D

Tints of Patina #608D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.95%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 26.52%
G = 38.95%
B = 34.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#608D7D (or 0x608D7D) is known color: Patina. HEX triplet: 60, 8D and 7D. RGB value is (96,141,125). Sum of RGB (Red+Green+Blue) = 96+141+125=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 141 - color contains mainly: green. Hex color #608D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D7D is #9F7282. Grayscale: #7D7D7D. Windows color (decimal): -10449539 or 8228192. OLE color: 8228192.

HSL color Cylindrical-coordinate representation of color #608D7D: hue angle of 158.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608D7D is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 125 -
CMYK 0.32 0 0.11 0.45
HSL 158.67º 0.19% 0.46% -
HSV(B) 158.67º 0.32% 0.55% -
XYZ 18.05 23.02 22.89 -
YUV 125.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 96 141 125 0.32 0 0.11 0.45 158.67 0.19 0.46
Hex 60 8D 7D 20 0 B 2D 9F 13 2E
Octal 140 215 175 40 0 13 55 237 23 56
Binary 1100000 10001101 1111101 100000 0 1011 101101 10011111 10011 101110

Color Harmonies of #608D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D7D

Black with #608D7D

Text Example


Text Example

White with #608D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,125); }

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

background-color css

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

 a { background-color: rgb(96,141,125); }

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

border-color css

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

 span { border-color: rgb(96,141,125); }

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