Html Css Color HEX #608C7F Patina

📋 copy color: '#608C7F'

red 96 ◦ green 140 ◦ blue 127

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

Shades of Patina #608C7F

Tints of Patina #608C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 26.45%
G = 38.57%
B = 34.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#608C7F (or 0x608C7F) is known color: Patina. HEX triplet: 60, 8C and 7F. RGB value is (96,140,127). Sum of RGB (Red+Green+Blue) = 96+140+127=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 140 - color contains mainly: green. Hex color #608C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C7F is #9F7380. Grayscale: #7D7D7D. Windows color (decimal): -10449793 or 8359008. OLE color: 8359008.

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

Color convert

RGB 96 140 127 -
CMYK 0.31 0 0.09 0.45
HSL 162.27º 0.19% 0.46% -
HSV(B) 162.27º 0.31% 0.55% -
XYZ 18.03 22.78 23.52 -
YUV 125.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 96 140 127 0.31 0 0.09 0.45 162.27 0.19 0.46
Hex 60 8C 7F 1F 0 9 2D A2 13 2E
Octal 140 214 177 37 0 11 55 242 23 56
Binary 1100000 10001100 1111111 11111 0 1001 101101 10100010 10011 101110

Color Harmonies of #608C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608C7F

Black with #608C7F

Text Example


Text Example

White with #608C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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