Html Css Color HEX #608F7F Patina

📋 copy color: '#608F7F'

red 96 ◦ green 143 ◦ blue 127

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

Shades of Patina #608F7F

Tints of Patina #608F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.07%

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

R = 26.23%
G = 39.07%
B = 34.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#608F7F (or 0x608F7F) is known color: Patina. HEX triplet: 60, 8F and 7F. RGB value is (96,143,127). Sum of RGB (Red+Green+Blue) = 96+143+127=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #608F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608F7F is #9F7080. Grayscale: #7F7F7F. Windows color (decimal): -10449025 or 8359776. OLE color: 8359776.

HSL color Cylindrical-coordinate representation of color #608F7F: hue angle of 159.57º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608F7F is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 143 127 -
CMYK 0.33 0 0.11 0.44
HSL 159.57º 0.2% 0.47% -
HSV(B) 159.57º 0.33% 0.56% -
XYZ 18.48 23.66 23.67 -
YUV 127.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 96 143 127 0.33 0 0.11 0.44 159.57 0.2 0.47
Hex 60 8F 7F 21 0 B 2C A0 14 2F
Octal 140 217 177 41 0 13 54 240 24 57
Binary 1100000 10001111 1111111 100001 0 1011 101100 10100000 10100 101111

Color Harmonies of #608F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F7F

Black with #608F7F

Text Example


Text Example

White with #608F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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