Html Css Color HEX #608B7B Patina

📋 copy color: '#608B7B'

red 96 ◦ green 139 ◦ blue 123

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

Shades of Patina #608B7B

Tints of Patina #608B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 26.82%
G = 38.83%
B = 34.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#608B7B (or 0x608B7B) is known color: Patina. HEX triplet: 60, 8B and 7B. RGB value is (96,139,123). Sum of RGB (Red+Green+Blue) = 96+139+123=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #608B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B7B is #9F7484. Grayscale: #7C7C7C. Windows color (decimal): -10450053 or 8096608. OLE color: 8096608.

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

Color convert

RGB 96 139 123 -
CMYK 0.31 0 0.12 0.45
HSL 157.67º 0.18% 0.46% -
HSV(B) 157.67º 0.31% 0.55% -
XYZ 17.63 22.38 22.13 -
YUV 124.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 96 139 123 0.31 0 0.12 0.45 157.67 0.18 0.46
Hex 60 8B 7B 1F 0 C 2D 9E 12 2E
Octal 140 213 173 37 0 14 55 236 22 56
Binary 1100000 10001011 1111011 11111 0 1100 101101 10011110 10010 101110

Color Harmonies of #608B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B7B

Black with #608B7B

Text Example


Text Example

White with #608B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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