Html Css Color HEX #608B7D Patina

📋 copy color: '#608B7D'

red 96 ◦ green 139 ◦ blue 125

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

Shades of Patina #608B7D

Tints of Patina #608B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

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

R = 26.67%
G = 38.61%
B = 34.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#608B7D (or 0x608B7D) is known color: Patina. HEX triplet: 60, 8B and 7D. RGB value is (96,139,125). Sum of RGB (Red+Green+Blue) = 96+139+125=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #608B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B7D is #9F7482. Grayscale: #7C7C7C. Windows color (decimal): -10450051 or 8227680. OLE color: 8227680.

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

Color convert

RGB 96 139 125 -
CMYK 0.31 0 0.10 0.45
HSL 160.47º 0.18% 0.46% -
HSV(B) 160.47º 0.31% 0.55% -
XYZ 17.76 22.43 22.8 -
YUV 124.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 96 139 125 0.31 0 0.10 0.45 160.47 0.18 0.46
Hex 60 8B 7D 1F 0 A 2D A0 12 2E
Octal 140 213 175 37 0 12 55 240 22 56
Binary 1100000 10001011 1111101 11111 0 1010 101101 10100000 10010 101110

Color Harmonies of #608B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B7D

Black with #608B7D

Text Example


Text Example

White with #608B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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